2012-02-16 06:05:41 -08:00
|
|
|
{ cabal }:
|
2011-08-07 15:51:22 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:51:22 -07:00
|
|
|
pname = "largeword";
|
2012-07-14 02:14:39 -07:00
|
|
|
version = "1.0.2";
|
|
|
|
sha256 = "0ylbl9rffhqw9ahasn23n00h7v5yqmghmqkrq446zdr72bq23hk2";
|
2011-08-07 15:51:22 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://trac.haskell.org/largeword/wiki";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required";
|
2011-08-07 15:51:22 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 03:21:28 -07:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-07 15:51:22 -07:00
|
|
|
};
|
|
|
|
})
|