Skip to content

Commit

Permalink
Added missing dep to parser-combinators
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Dec 27, 2020
1 parent b672bb7 commit 397d3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ihp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ common shared-properties
, cryptohash
, base16-bytestring
, deepseq
, parser-combinators
default-extensions:
OverloadedStrings
, NoImplicitPrelude
Expand Down
2 changes: 2 additions & 0 deletions ihp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
, resource-pool
, wreq
, deepseq
, parser-combinators
}:
mkDerivation {
pname = "ihp";
Expand Down Expand Up @@ -108,6 +109,7 @@ mkDerivation {
wreq
deepseq
uri-encode
parser-combinators
];
license = stdenv.lib.licenses.mit;
postInstall = ''
Expand Down

0 comments on commit 397d3c5

Please sign in to comment.