about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2014-08-16 11:56:06 +0300
committerAycan iRiCAN <iricanaycan@gmail.com>2014-08-16 11:56:06 +0300
commit68c7662e983447f29e5af51cc793131217bd3881 (patch)
tree411cb38a67da9752e537e89be62ec109753e793d
parentdd9fcdce1db34276d99fcdce470a99eea7300b62 (diff)
parent3dbdd263f412035acd269d70e9e58a10cf05723e (diff)
downloadnixlib-68c7662e983447f29e5af51cc793131217bd3881.tar
nixlib-68c7662e983447f29e5af51cc793131217bd3881.tar.gz
nixlib-68c7662e983447f29e5af51cc793131217bd3881.tar.bz2
nixlib-68c7662e983447f29e5af51cc793131217bd3881.tar.lz
nixlib-68c7662e983447f29e5af51cc793131217bd3881.tar.xz
nixlib-68c7662e983447f29e5af51cc793131217bd3881.tar.zst
nixlib-68c7662e983447f29e5af51cc793131217bd3881.zip
Merge pull request #3626 from Fuuzetsu/haskore
haskell-haskore: update to 0.2.0.4
-rw-r--r--pkgs/development/libraries/haskell/haskore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/haskore/default.nix b/pkgs/development/libraries/haskell/haskore/default.nix
index 5f7812686d55..cf0b3504e1be 100644
--- a/pkgs/development/libraries/haskell/haskore/default.nix
+++ b/pkgs/development/libraries/haskell/haskore/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "haskore";
-  version = "0.2.0.3";
-  sha256 = "0vg4m2cmy1fabfnck9v22jicflb0if64h0wjvyrgpn2ykb9wwbpa";
+  version = "0.2.0.4";
+  sha256 = "0hhsiazdz44amilcwfxl0r10yxzhql83pgd21k89fmg1gkc4q46j";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [