summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-01-18 15:04:16 +0000
committerPeter Simons <simons@cryp.to>2012-01-18 15:04:16 +0000
commit2448541afc0a8d319aecb31054c352ae5b0f7686 (patch)
tree1248e45e3784d80e07df4304c781efbcac6323bb /pkgs
parent8cc90001d95843d4260ca7b9c3a995da4ef700b1 (diff)
downloadnixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar.gz
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar.bz2
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar.lz
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar.xz
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.tar.zst
nixlib-2448541afc0a8d319aecb31054c352ae5b0f7686.zip
haskell-data-accessor-template: updated to version 0.2.1.9
svn path=/nixpkgs/trunk/; revision=31625
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix b/pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix
index 0238f2d311b6..a160aa3f7080 100644
--- a/pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix
+++ b/pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "data-accessor-template";
-  version = "0.2.1.8";
-  sha256 = "0bx0w4vkigq20pa31sdygj4idi3iywkpclbllrw38ma1j19033zk";
+  version = "0.2.1.9";
+  sha256 = "14zp2zjxlkdi33cjif9lc1kl8m0x4brh0pk3d34wk1g1bfzynijc";
   buildDepends = [ dataAccessor utilityHt ];
   meta = {
     homepage = "http://www.haskell.org/haskellwiki/Record_access";