summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-27 11:30:49 +0200
committerPeter Simons <simons@cryp.to>2012-08-27 11:30:49 +0200
commit38dda82cc1035ab16737a2922ca624fae7509747 (patch)
treee1d59c57a2c67bde6bd37a9691823aba9103ece9 /pkgs/development/libraries
parent3445b2cb0f97fead2ddfcc42130b94ca60ecca3c (diff)
downloadnixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar.gz
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar.bz2
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar.lz
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar.xz
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.tar.zst
nixpkgs-38dda82cc1035ab16737a2922ca624fae7509747.zip
haskell-largeword: update to version 1.0.3
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/largeword/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/largeword/default.nix b/pkgs/development/libraries/haskell/largeword/default.nix
index 7f01336f281..67159c2bcbf 100644
--- a/pkgs/development/libraries/haskell/largeword/default.nix
+++ b/pkgs/development/libraries/haskell/largeword/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "largeword";
-  version = "1.0.2";
-  sha256 = "0ylbl9rffhqw9ahasn23n00h7v5yqmghmqkrq446zdr72bq23hk2";
+  version = "1.0.3";
+  sha256 = "18b6nhq1cww4wdbrfq0cb828kncxzcsibgs5dbgxa66y6iw93vkg";
   meta = {
     homepage = "http://trac.haskell.org/largeword/wiki";
     description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required";