hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-10-gabc66d1 from Hackage revision
5ad244e7f5
.
This commit is contained in:
parent
bac09b7658
commit
d85818b2af
212
pkgs/development/haskell-modules/hackage-packages.nix
generated
212
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -44981,6 +44981,8 @@ self: {
|
||||
pname = "bound";
|
||||
version = "2.0.2";
|
||||
sha256 = "14kl0aak48m1sbvi0g772hfmn6w984yc4j9p4ljxq6bfb2q4gqax";
|
||||
revision = "1";
|
||||
editedCabalFile = "1349bq2vrmhr63r1iqwfcb1sxm7yyf0641wsqmzd332g3aad159w";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors binary bytes cereal comonad deepseq hashable mmorph
|
||||
@ -44995,6 +44997,30 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bound_2_0_3" = callPackage
|
||||
({ mkDerivation, base, bifunctors, binary, bytes, cereal, comonad
|
||||
, deepseq, deriving-compat, functor-classes-compat, hashable
|
||||
, mmorph, profunctors, template-haskell, th-abstraction
|
||||
, transformers, transformers-compat, vector, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bound";
|
||||
version = "2.0.3";
|
||||
sha256 = "0rhpcz99sax81zh2k1ww7g2xgfcna56ppj9xc1l4gfnsrrlb27yg";
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors binary bytes cereal comonad deepseq hashable mmorph
|
||||
profunctors template-haskell th-abstraction transformers
|
||||
transformers-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base deriving-compat functor-classes-compat transformers
|
||||
transformers-compat vector void
|
||||
];
|
||||
description = "Making de Bruijn Succ Less";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bound-extras" = callPackage
|
||||
({ mkDerivation, base, bound, containers, deepseq, filepath
|
||||
, hashable, pretty, tasty, tasty-golden, text-short, transformers
|
||||
@ -69073,6 +69099,18 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"data-fix_0_3_1" = callPackage
|
||||
({ mkDerivation, base, deepseq, hashable }:
|
||||
mkDerivation {
|
||||
pname = "data-fix";
|
||||
version = "0.3.1";
|
||||
sha256 = "0yfciggx8l82nfpv40w2673glnl9nnbh269kpfbw28i98x0c0icv";
|
||||
libraryHaskellDepends = [ base deepseq hashable ];
|
||||
description = "Fixpoint data types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"data-fix-cse" = callPackage
|
||||
({ mkDerivation, base, containers, data-fix, transformers }:
|
||||
mkDerivation {
|
||||
@ -72296,8 +72334,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dep-t";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1smziiydnyzs144wzcvjd4slmkip6g4195mcvjskkydyrpcq1g18";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "0jnby6k89ink5dh12y5cc4ws8nn2cwhchnqqxyxwd29pwrx0vmx6";
|
||||
libraryHaskellDepends = [ base mtl transformers unliftio-core ];
|
||||
testHaskellDepends = [
|
||||
base doctest mtl rank2classes sop-core tasty tasty-hunit
|
||||
@ -100472,6 +100510,27 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-lib_9_0_1_20210205" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, exceptions, filepath, ghc-lib-parser
|
||||
, ghc-prim, happy, hpc, pretty, process, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib";
|
||||
version = "9.0.1.20210205";
|
||||
sha256 = "1kj69qbz7yv943ybbnmk2xvrba9220ky4cmx3d1vxzjg951x1ici";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers deepseq directory
|
||||
exceptions filepath ghc-lib-parser ghc-prim hpc pretty process time
|
||||
transformers unix
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
description = "The GHC API, decoupled from GHC versions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-lib-parser" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
|
||||
@ -100491,6 +100550,27 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-lib-parser_9_0_1_20210205" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, exceptions, filepath, ghc-prim, happy, hpc
|
||||
, pretty, process, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib-parser";
|
||||
version = "9.0.1.20210205";
|
||||
sha256 = "1lzqbm1nrnw1bydjd9py82rlzznxnnbplzjx80sn966kyyxmlr8v";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers deepseq directory
|
||||
exceptions filepath ghc-prim hpc pretty process time transformers
|
||||
unix
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
description = "The GHC API, decoupled from GHC versions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-lib-parser-ex" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, extra
|
||||
, filepath, ghc, ghc-boot, ghc-boot-th, tasty, tasty-hunit
|
||||
@ -100511,6 +100591,27 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-lib-parser-ex_9_0_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, extra
|
||||
, filepath, ghc, ghc-boot, ghc-boot-th, ghc-lib-parser, tasty
|
||||
, tasty-hunit, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib-parser-ex";
|
||||
version = "9.0.0.1";
|
||||
sha256 = "03a98bn50bhqvfrchd5fx0w2x4ddb3ap78wikbb3hfhcgq4843nl";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers ghc-lib-parser uniplate
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory extra filepath ghc ghc-boot ghc-boot-th tasty
|
||||
tasty-hunit uniplate
|
||||
];
|
||||
description = "Algorithms on GHC parse trees";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-make" = callPackage
|
||||
({ mkDerivation, base, process, shake, unordered-containers }:
|
||||
mkDerivation {
|
||||
@ -120194,8 +120295,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.40.17";
|
||||
sha256 = "1bklypyzxchbwcyzmnkc8dg8dq9i1n8xhcli3cb0v0bzfx8xfha1";
|
||||
version = "0.40.18";
|
||||
sha256 = "13zpl2kkirq0nl0sjblllm6gzfj82ghm3i18rh7ak9dxzavjnphy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -123785,6 +123886,20 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hedgehog-fakedata_0_0_1_4" = callPackage
|
||||
({ mkDerivation, base, containers, fakedata, hedgehog, random }:
|
||||
mkDerivation {
|
||||
pname = "hedgehog-fakedata";
|
||||
version = "0.0.1.4";
|
||||
sha256 = "1pa8kf6pxsvmfy8r29xk486cdi38881blqj1lcnjya98ilb6ldx3";
|
||||
libraryHaskellDepends = [ base fakedata hedgehog random ];
|
||||
testHaskellDepends = [ base containers fakedata hedgehog ];
|
||||
description = "Use 'fakedata' with 'hedgehog'";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hedgehog-fn" = callPackage
|
||||
({ mkDerivation, base, contravariant, hedgehog, transformers }:
|
||||
mkDerivation {
|
||||
@ -127822,6 +127937,17 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"histogram-simple" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
pname = "histogram-simple";
|
||||
version = "1.0";
|
||||
sha256 = "11x8v0svvsc0impf59vixbsaxh5nwvyc9wmw9xkshd4k4a30bdb8";
|
||||
libraryHaskellDepends = [ base containers ];
|
||||
description = "Simple Data.Map-based histogram";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"historian" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, process
|
||||
, regex-compat, regex-posix
|
||||
@ -129142,8 +129268,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hls-splice-plugin";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1synsdvw9ks4yg6a269inn06p1apdf6khcyb98v1hzvz93bivndf";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1mi9951hgq7mcwry5mdi4ywxk3jkzs47x7q4nvm2svkpvgnbfhdv";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers dlist foldl ghc ghc-exactprint ghcide
|
||||
haskell-lsp hls-plugin-api lens retrie shake syb text transformers
|
||||
@ -154717,6 +154843,22 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"kparams" = callPackage
|
||||
({ mkDerivation, base, HUnit }:
|
||||
mkDerivation {
|
||||
pname = "kparams";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0q1ma3qm2anpr6w4xa78wh97b7pzy85ggjiiwbd0gb7b0vwbglx0";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base HUnit ];
|
||||
doHaddock = false;
|
||||
description = "Extracts values from /proc/cmdline";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"kqueue" = callPackage
|
||||
({ mkDerivation, base, c2hs, directory, filepath, mtl, time, unix
|
||||
}:
|
||||
@ -158260,8 +158402,8 @@ self: {
|
||||
pname = "lazy-io-streams";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "022x0sikvdsvpp0gh7q82sdpd5kxd2zmprdpmf7z4c3hf4xk9vxy";
|
||||
revision = "1";
|
||||
editedCabalFile = "0pn446g45naqh92g9mib98fw5xznbp6r4x27acmnqrmlcqjz9jsm";
|
||||
revision = "2";
|
||||
editedCabalFile = "01r6i81rxm6rng50yhfj84z3dvhcbap10sfqigg01mfmy4zn9pnl";
|
||||
libraryHaskellDepends = [ base bytestring io-streams ];
|
||||
description = "Get lazy with your io-streams";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -161097,6 +161239,27 @@ self: {
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"lifetimes" = callPackage
|
||||
({ mkDerivation, base, containers, hspec, monad-stm
|
||||
, safe-exceptions, stm, transformers, zenhack-prelude
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lifetimes";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "192bzz4nqqi2kdk9x4nxlwmx0mf0sshqdcnx1dgyjh5z9k29rww5";
|
||||
libraryHaskellDepends = [
|
||||
base containers monad-stm stm transformers zenhack-prelude
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers hspec monad-stm safe-exceptions stm transformers
|
||||
zenhack-prelude
|
||||
];
|
||||
description = "Flexible manual resource management";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"lift-generics" = callPackage
|
||||
({ mkDerivation, base, base-compat, generic-deriving, ghc-prim
|
||||
, hspec, hspec-discover, mtl, template-haskell, th-compat
|
||||
@ -206031,8 +206194,8 @@ self: {
|
||||
pname = "primitive";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "1w53i4mk248g58xrffmksznr4nmn2bbbycajzpcqfxx5ybyyrsvb";
|
||||
revision = "1";
|
||||
editedCabalFile = "0nllkqvfrplhslfgbqgpn0r5k4mj5wlfixjxrpjz6vb73xwi5977";
|
||||
revision = "2";
|
||||
editedCabalFile = "1m08slj8m596z4pqsw3ag25ijhzlv9ki809ydh4nbin141bpsdgn";
|
||||
libraryHaskellDepends = [ base deepseq transformers ];
|
||||
testHaskellDepends = [
|
||||
base base-orphans ghc-prim QuickCheck quickcheck-classes-base
|
||||
@ -222675,6 +222838,31 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rpmbuild-order_0_4_3_2" = callPackage
|
||||
({ mkDerivation, base, case-insensitive, containers, directory
|
||||
, extra, fgl, filepath, hspec, optparse-applicative, process
|
||||
, simple-cmd, simple-cmd-args, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rpmbuild-order";
|
||||
version = "0.4.3.2";
|
||||
sha256 = "1510v4gbylzpdh7l23r4z6xhqmjalay3crxg2216lz8j0mb4sbq9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base case-insensitive containers directory extra fgl filepath
|
||||
process
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory extra fgl optparse-applicative simple-cmd-args
|
||||
];
|
||||
testHaskellDepends = [ base extra hspec simple-cmd unix ];
|
||||
description = "Order RPM packages by dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rrule" = callPackage
|
||||
({ mkDerivation, base, hspec, megaparsec, parser-combinators, text
|
||||
, time
|
||||
@ -241941,8 +242129,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stack-all";
|
||||
version = "0.1.1";
|
||||
sha256 = "0b81f6v18dyd5zia6drqn3jqncj3sp8cscrhlrcwvbljs1j8fd0j";
|
||||
version = "0.1.2";
|
||||
sha256 = "1iqm96f9c6csv4dzr6l7cyiv99nmbc9739xhycg2gvpm9sncmxrb";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user