e823c123a8
These packages don't compile: - cabal-delete - cabal-file-th - categories - cmdtheline - codec-image-devil - concurrent-extra - cryptol 1.8.x - data-lens - diagrams-postscript - djinn - download - dstring - enummapset - git-date - github-backup - gtkglext - happyy-meta - haskeline-class - pakcs These packages depend on some of the packages listed before: - Chart-diagrams - data-lens-template - hp2any-manager - purescript - repr These packages fail with GHC 7.8.3 but still compile with older compilers: - happy: 1.18.4, 1.18.5, 1.18.6
27 lines
918 B
Nix
27 lines
918 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cmdtheline, filepath, haskeline, monadUnify, mtl, parsec
|
|
, patternArrows, time, transformers, unorderedContainers
|
|
, utf8String, xdgBasedir
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "purescript";
|
|
version = "0.5.4.1";
|
|
sha256 = "1d2i2sspr1dbzjznk70flvnik0b2m226a3z0rkqwrjjbl92bhgwb";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
cmdtheline filepath haskeline monadUnify mtl parsec patternArrows
|
|
time transformers unorderedContainers utf8String xdgBasedir
|
|
];
|
|
testDepends = [ filepath mtl parsec transformers utf8String ];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://www.purescript.org/";
|
|
description = "PureScript Programming Language Compiler";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|