summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/optparse-applicative/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-23 16:00:17 +0200
committerPeter Simons <simons@cryp.to>2014-05-23 17:39:14 +0200
commitae772427596d83bf3a83063c987149413cf28298 (patch)
tree2dec498d0f0098a791987131e6e469f341e4c256 /pkgs/development/libraries/haskell/optparse-applicative/default.nix
parentb1da717d8a7cde4cede9302964672a68e9d2e694 (diff)
downloadnixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar.gz
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar.bz2
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar.lz
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar.xz
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.tar.zst
nixpkgs-ae772427596d83bf3a83063c987149413cf28298.zip
haskell-optparse-applicative: update to version 0.9.0
Diffstat (limited to 'pkgs/development/libraries/haskell/optparse-applicative/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/optparse-applicative/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/optparse-applicative/default.nix b/pkgs/development/libraries/haskell/optparse-applicative/default.nix
index 94d4b5746e2..bad23a102ee 100644
--- a/pkgs/development/libraries/haskell/optparse-applicative/default.nix
+++ b/pkgs/development/libraries/haskell/optparse-applicative/default.nix
@@ -1,13 +1,13 @@
 { cabal, ansiWlPprint, HUnit, QuickCheck, testFramework
 , testFrameworkHunit, testFrameworkQuickcheck2
-, testFrameworkThPrime, transformers
+, testFrameworkThPrime, transformers, transformersCompat
 }:
 
 cabal.mkDerivation (self: {
   pname = "optparse-applicative";
-  version = "0.8.1";
-  sha256 = "0zy295r2idrwz030i1slpgysyw08782cjc4vgpkxby8i6piixwlh";
-  buildDepends = [ ansiWlPprint transformers ];
+  version = "0.9.0";
+  sha256 = "1nmwrg74wz8k3zwgw5aaf7padkawi0dlrclq6nsr17xz5yx524ay";
+  buildDepends = [ ansiWlPprint transformers transformersCompat ];
   testDepends = [
     HUnit QuickCheck testFramework testFrameworkHunit
     testFrameworkQuickcheck2 testFrameworkThPrime