Skip to content

Commit

Permalink
add haskell deps and remove unnecessary dep constraints on errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Apr 15, 2016
1 parent 756ab4f commit 44b1708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fficxx/fficxx.cabal
Expand Up @@ -46,7 +46,7 @@ Library
unordered-containers,
lens > 3,
either,
errors < 2.0,
errors,
bytestring,
pureMD5,
Cabal
Expand Down
4 changes: 3 additions & 1 deletion shell.nix
Expand Up @@ -4,7 +4,9 @@
with pkgs;

let hsenv = haskellPackages.ghcWithPackages
(p: with p; [ ] );
(p: with p; [ base-orphans cereal data-default dlist old-locale parallel parsec either errors lens
HStringTemplate crypto-api pureMD5 syb split
] );
in stdenv.mkDerivation {
name = "fficxx-shell";
buildInputs = [ hsenv snappy ];
Expand Down

0 comments on commit 44b1708

Please sign in to comment.