1 { mkDerivation, array, base, bytestring, Cabal, Cabal-syntax
2 , containers, edit-distance, filepath, lib, mtl, pretty, tasty
3 , tasty-hunit, tasty-quickcheck, transformers
6 pname = "cabal-install-solver";
8 sha256 = "2c0d9edd4ccd746e9bf8ab4f92b1ecffe2f56eae29395c67ef5ca091a6f49f37";
10 editedCabalFile = "1l3qhaiv0m2xc5vscggd2drinam1k4x0l3vfvvz15xrpvxypdv4d";
11 libraryHaskellDepends = [
12 array base bytestring Cabal Cabal-syntax containers edit-distance
13 filepath mtl pretty transformers
15 testHaskellDepends = [
16 base Cabal Cabal-syntax tasty tasty-hunit tasty-quickcheck
18 homepage = "http://www.haskell.org/cabal/";
19 description = "The command-line interface for Cabal and Hackage";
20 license = lib.licenses.bsd3;