Skip to content

Commit

Permalink
cabal2nix: update to version 2.9.2
Browse files Browse the repository at this point in the history
Fixes #39806.
  • Loading branch information
peti committed May 3, 2018
1 parent 7a37ed5 commit aa0c2d5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/haskell-modules/hackage-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41209,13 +41209,12 @@ self: {
, containers, deepseq, directory, distribution-nixpkgs, filepath
, hackage-db, hopenssl, hpack, language-nix, lens, monad-par
, monad-par-extras, mtl, optparse-applicative, pretty, process
, split, tasty, tasty-golden, text, time, transformers, utf8-string
, yaml
, split, tasty, tasty-golden, text, time, transformers, yaml
}:
mkDerivation {
pname = "cabal2nix";
version = "2.9";
sha256 = "1n6r27i4njiidij228r9fdb45pmsiidan6pxs2is2vsl8k9d65c7";
version = "2.9.2";
sha256 = "5be063910cc0fc3c2a184785038dcf89874f3e6012ec0ce6c113c5df853a8cf1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
Expand All @@ -41227,7 +41226,7 @@ self: {
executableHaskellDepends = [
aeson base bytestring Cabal containers directory
distribution-nixpkgs filepath hopenssl language-nix lens monad-par
monad-par-extras mtl optparse-applicative pretty utf8-string
monad-par-extras mtl optparse-applicative pretty
];
testHaskellDepends = [
base Cabal filepath language-nix lens pretty tasty tasty-golden
Expand Down

0 comments on commit aa0c2d5

Please sign in to comment.