summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-12-10 12:43:40 +0100
committerPeter Simons <simons@cryp.to>2012-12-10 12:43:48 +0100
commit0447c4f9aeb9c4a7f99200a2756fb0a3f300547b (patch)
treeedbf62ad18e4bfbaf51740fbe60ebd27cad336a9 /pkgs
parent2e02d9f74239cf15c53e3b618bf191036701eeec (diff)
downloadnixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar.gz
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar.bz2
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar.lz
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar.xz
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.tar.zst
nixlib-0447c4f9aeb9c4a7f99200a2756fb0a3f300547b.zip
haskell-largeword: update to version 1.0.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/largeword/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/largeword/default.nix b/pkgs/development/libraries/haskell/largeword/default.nix
index 67159c2bcbf7..991213067f65 100644
--- a/pkgs/development/libraries/haskell/largeword/default.nix
+++ b/pkgs/development/libraries/haskell/largeword/default.nix
@@ -2,10 +2,10 @@
 
 cabal.mkDerivation (self: {
   pname = "largeword";
-  version = "1.0.3";
-  sha256 = "18b6nhq1cww4wdbrfq0cb828kncxzcsibgs5dbgxa66y6iw93vkg";
+  version = "1.0.4";
+  sha256 = "19nrzbbbmsvxdhfhh6wc53lbk0xyjvbcwvjw0snym666j1w2b2l5";
   meta = {
-    homepage = "http://trac.haskell.org/largeword/wiki";
+    homepage = "https://github.com/idontgetoutmuch/largeword";
     description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;