haskell-purescript: update to version 0.6.2
This commit is contained in:
parent
76fa10b306
commit
cc2d205da1
@ -1,19 +1,20 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, cmdtheline, fileEmbed, filepath, haskeline, monadUnify
|
{ cabal, fileEmbed, filepath, haskeline, monadUnify, mtl, nodejs
|
||||||
, mtl, nodejs, parsec, patternArrows, time, transformers
|
, optparseApplicative, parsec, patternArrows, time, transformers
|
||||||
, unorderedContainers, utf8String
|
, unorderedContainers, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "purescript";
|
pname = "purescript";
|
||||||
version = "0.6.1.2";
|
version = "0.6.2";
|
||||||
sha256 = "0j1fmfcal2m75ji937xxl9cizzpw6v4pr31hxfjmal8fdcf677ma";
|
sha256 = "1zf2yyk3rdwk5992fhvqyd7b5w7mkzjcc0iyp75bscnjsggs31k0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cmdtheline fileEmbed filepath haskeline monadUnify mtl parsec
|
fileEmbed filepath haskeline monadUnify mtl optparseApplicative
|
||||||
patternArrows time transformers unorderedContainers utf8String
|
parsec patternArrows time transformers unorderedContainers
|
||||||
|
utf8String
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath mtl nodejs parsec transformers utf8String
|
filepath mtl nodejs parsec transformers utf8String
|
||||||
|
Loading…
Reference in New Issue
Block a user