diff options
| author | Peter Simons <simons@cryp.to> | 2014-12-12 09:48:33 +0100 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2014-12-13 12:06:03 +0100 |
| commit | 5094de7ee52ed32611da4cbabefe4ce05d8d04a2 (patch) | |
| tree | d19bf4fa70f1ca830f967201fe04fed1c5d80f3f | |
| parent | d6a07172ec21a0805a51a4f6b46be4f0e307865c (diff) | |
haskell-bound: update to version 1.0.4
| -rw-r--r-- | pkgs/development/libraries/haskell/bound/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/bound/default.nix b/pkgs/development/libraries/haskell/bound/default.nix index 31e7b053add3..dd1f288a1b97 100644 --- a/pkgs/development/libraries/haskell/bound/default.nix +++ b/pkgs/development/libraries/haskell/bound/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "bound"; - version = "1.0.3"; - sha256 = "0nfcxq87i9lzdkrg7g65cprn4rg9rhn9nyk2jpjh4c1rc7gdn0aq"; + version = "1.0.4"; + sha256 = "17qnrjmqhx07cpzwd1z4lp2d42jx1lfxl6b86d65g4fd79miipky"; buildDepends = [ bifunctors binary bytes cereal comonad hashable hashableExtras preludeExtras profunctors transformers |
