summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-12-08 11:35:02 +0100
committerPeter Simons <simons@cryp.to>2012-12-08 11:35:17 +0100
commit4e3e78476e2539d8a6372ba9000c0cc5db6a7294 (patch)
treefe6ebeb22cf21d1834d160d4dba3f757156f0c50
parentbc431e60ffd09e47b100a39cddf69bffda15488e (diff)
downloadnixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar.gz
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar.bz2
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar.lz
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar.xz
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.tar.zst
nixlib-4e3e78476e2539d8a6372ba9000c0cc5db6a7294.zip
haskell-lifted-base: update to version 0.2.0.2
-rw-r--r--pkgs/development/libraries/haskell/lifted-base/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/lifted-base/default.nix b/pkgs/development/libraries/haskell/lifted-base/default.nix
index d0c948d612b1..fbb09db9bb87 100644
--- a/pkgs/development/libraries/haskell/lifted-base/default.nix
+++ b/pkgs/development/libraries/haskell/lifted-base/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "lifted-base";
-  version = "0.2.0.1";
-  sha256 = "0ffv6zjddq9nga8m3m737chznph2z12mpgfs097aq0sgbmx6df6z";
+  version = "0.2.0.2";
+  sha256 = "19xzparj0k5h4wx71gvbd7l653fak1p57za236sncmar8cps5pdx";
   buildDepends = [
     baseUnicodeSymbols monadControl transformersBase
   ];