2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, baseUnicodeSymbols, dstring, random, stringCombinators }:
|
2011-12-25 16:06:17 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "repr";
|
2012-09-24 11:06:08 +01:00
|
|
|
version = "0.4.1.3";
|
|
|
|
sha256 = "1y1zl81yjc9jrci83bm6bn8hrfqf6x25vxzkhrkydhhwcwqfqaj5";
|
2011-12-25 16:06:17 +00:00
|
|
|
buildDepends = [
|
2012-02-16 14:05:41 +00:00
|
|
|
baseUnicodeSymbols dstring random stringCombinators
|
2011-12-25 16:06:17 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/basvandijk/repr";
|
|
|
|
description = "Render overloaded expressions to their textual representation";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-12 10:56:50 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-12-25 16:06:17 +00:00
|
|
|
};
|
|
|
|
})
|