2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-08-07 23:51:22 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 23:51:22 +01:00
|
|
|
pname = "largeword";
|
2012-12-10 11:43:40 +00:00
|
|
|
version = "1.0.4";
|
|
|
|
sha256 = "19nrzbbbmsvxdhfhh6wc53lbk0xyjvbcwvjw0snym666j1w2b2l5";
|
2011-08-07 23:51:22 +01:00
|
|
|
meta = {
|
2012-12-10 11:43:40 +00:00
|
|
|
homepage = "https://github.com/idontgetoutmuch/largeword";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required";
|
2011-08-07 23:51:22 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-07 23:51:22 +01:00
|
|
|
};
|
|
|
|
})
|