ghcjs: clean up
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ cabal, process, filepath, haskellSrcExts, syb, transformers, uniplate }:
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, filepath, haskellSrcExts, syb, transformers, uniplate }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "derive";
|
||||
@@ -14,6 +16,5 @@ cabal.mkDerivation (self: {
|
||||
description = "A program and library to derive instances for data types";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{ cabal, bifunctors, comonad, contravariant, deepseq, distributive
|
||||
, doctest, exceptions, filepath, free, genericDeriving, hashable
|
||||
, hlint, HUnit, mtl, nats, parallel, primitive, profunctors
|
||||
, QuickCheck, reflection, semigroupoids, semigroups, simpleReflect
|
||||
, split, tagged, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2, testFrameworkTh, text, transformers
|
||||
, transformersCompat, unorderedContainers, vector, void, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lens";
|
||||
version = "4.4";
|
||||
sha256 = "06ha4px4ywfbi0n3imy2qqjq3656snsz1b0ggkwzvdzmi550sh8w";
|
||||
buildDepends = [
|
||||
bifunctors comonad contravariant distributive exceptions filepath
|
||||
free hashable mtl parallel primitive profunctors reflection
|
||||
semigroupoids semigroups split tagged text transformers
|
||||
transformersCompat unorderedContainers vector void zlib
|
||||
];
|
||||
testDepends = [
|
||||
deepseq doctest filepath genericDeriving hlint HUnit mtl nats
|
||||
parallel QuickCheck semigroups simpleReflect split testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
||||
transformers unorderedContainers vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/lens/";
|
||||
description = "Lenses, Folds and Traversals";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user