mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-options: update to version 1.2
This commit is contained in:
parent
784fb7f434
commit
17d0a2831d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "options";
|
||||
version = "1.0";
|
||||
sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f";
|
||||
version = "1.2";
|
||||
sha256 = "14qrkwd8h50wf6972p0ylvhnc8mh11fqk9l8q0h9lapj7ywm74vx";
|
||||
buildDepends = [ monadsTf transformers ];
|
||||
testDepends = [ chell chellQuickcheck monadsTf transformers ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue