Skip to content

Commit

Permalink
Update nix build for 1.6.1 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz authored Feb 2, 2021
1 parent a0509af commit f35b468
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:

let
v = "1.6.0";
v = "1.6.1";

f = { mkDerivation, aeson, ansi-terminal, base, base16-bytestring
, binary, brick, bytestring, cborg, containers, data-dword, data-has
Expand All @@ -11,7 +11,7 @@ let
, tasty-hunit, tasty-quickcheck, temporary, text, transformers
, unix, unliftio, unliftio-core, unordered-containers, vector
, vector-instances, vty, wl-pprint-annotated, word8, yaml
, cabal-install, extra, ListLike, hlint
, cabal-install, extra, ListLike, hlint, semver
}:
mkDerivation rec {
pname = "echidna";
Expand All @@ -26,6 +26,7 @@ let
optparse-applicative process random stm temporary text transformers
unix unliftio unliftio-core unordered-containers vector
vector-instances vty wl-pprint-annotated word8 yaml extra ListLike
semver
] ++ (if pkgs.lib.inNixShell then testHaskellDepends else []);
libraryToolDepends = [ hpack cabal-install hlint ];
executableHaskellDepends = libraryHaskellDepends;
Expand Down

0 comments on commit f35b468

Please sign in to comment.