haskell-largeword: update to version 1.0.4

This commit is contained in:
Peter Simons 2012-12-10 12:43:40 +01:00
parent 2e02d9f742
commit 0447c4f9ae

View File

@ -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;