{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit , testFrameworkQuickcheck2, text }: cabal.mkDerivation (self: { pname = "digestive-functors"; version = "0.6.1.0"; sha256 = "0p38q8xz01vjn1mf718xi5ny3i7z9zd00lnnybmd6zy03laq4a2d"; buildDepends = [ mtl text ]; testDepends = [ HUnit mtl QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 text ]; jailbreak = true; meta = { homepage = "http://github.com/jaspervdj/digestive-functors"; description = "A practical formlet library"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })