diff options
Diffstat (limited to 'pkgs/haskell')
| -rw-r--r-- | pkgs/haskell/blessings.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pkgs/haskell/blessings.nix b/pkgs/haskell/blessings.nix index 58b8f9c..9ed1664 100644 --- a/pkgs/haskell/blessings.nix +++ b/pkgs/haskell/blessings.nix @@ -1,16 +1,18 @@ -{ mkDerivation, base, bytestring, extra, fetchgit, hspec, lib -, QuickCheck, text, wcwidth +{ mkDerivation, base, dlist, extra, fetchgit, hspec, lib +, mono-traversable, QuickCheck, seq2, text }: mkDerivation { pname = "blessings"; - version = "2.5.1"; + version = "3.0.0"; src = fetchgit { url = "https://cgit.krebsco.de/blessings"; - sha256 = "15yjvmzmqhg7ng7zs4llzwbpq6i5p87vbqwj45g2y6zwszqrwy81"; - rev = "66d76358a2b38b65d78f4aeb9dcc64a36d56a7f8"; + sha256 = "1x4wa9v9kgd8z11pxf9clsbk1527bqq86zvk1mp26dzwkbw8kgpk"; + rev = "2e33bc5ac86c81f0c9ee823b4913bce776ba5a0d"; fetchSubmodules = true; }; - libraryHaskellDepends = [ base bytestring extra text wcwidth ]; - testHaskellDepends = [ base hspec QuickCheck ]; + libraryHaskellDepends = [ + base dlist extra mono-traversable seq2 text + ]; + testHaskellDepends = [ base hspec mono-traversable QuickCheck ]; license = lib.licenses.mit; } |
