mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
haskell-haskell-packages: update to version 0.2.4.2
This commit is contained in:
parent
35460608b3
commit
ae02e51384
@ -1,16 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, Cabal, deepseq, either, filepath, haskellSrcExts
|
{ cabal, aeson, Cabal, deepseq, filepath, haskellSrcExts, hseCpp
|
||||||
, hseCpp, mtl, optparseApplicative, tagged
|
, mtl, optparseApplicative, tagged, transformers
|
||||||
|
, transformersCompat
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "haskell-packages";
|
pname = "haskell-packages";
|
||||||
version = "0.2.4.1";
|
version = "0.2.4.2";
|
||||||
sha256 = "014zcq27rwsgj3n4kdgswbppr5yzf3lnj5gnv45r3i5c3rd1mz6k";
|
sha256 = "03qg6b6vy9c8j9k91jajkjhswcks64vcdd28606aac0bw68lkjkg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson Cabal deepseq either filepath haskellSrcExts hseCpp mtl
|
aeson Cabal deepseq filepath haskellSrcExts hseCpp mtl
|
||||||
optparseApplicative tagged
|
optparseApplicative tagged transformers transformersCompat
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://documentup.com/haskell-suite/haskell-packages";
|
homepage = "http://documentup.com/haskell-suite/haskell-packages";
|
||||||
|
Loading…
Reference in New Issue
Block a user