mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-purescript: update to version 0.6.2
This commit is contained in:
parent
76fa10b306
commit
cc2d205da1
1 changed files with 7 additions and 6 deletions
|
@ -1,19 +1,20 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cmdtheline, fileEmbed, filepath, haskeline, monadUnify
|
||||
, mtl, nodejs, parsec, patternArrows, time, transformers
|
||||
{ cabal, fileEmbed, filepath, haskeline, monadUnify, mtl, nodejs
|
||||
, optparseApplicative, parsec, patternArrows, time, transformers
|
||||
, unorderedContainers, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "purescript";
|
||||
version = "0.6.1.2";
|
||||
sha256 = "0j1fmfcal2m75ji937xxl9cizzpw6v4pr31hxfjmal8fdcf677ma";
|
||||
version = "0.6.2";
|
||||
sha256 = "1zf2yyk3rdwk5992fhvqyd7b5w7mkzjcc0iyp75bscnjsggs31k0";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
cmdtheline fileEmbed filepath haskeline monadUnify mtl parsec
|
||||
patternArrows time transformers unorderedContainers utf8String
|
||||
fileEmbed filepath haskeline monadUnify mtl optparseApplicative
|
||||
parsec patternArrows time transformers unorderedContainers
|
||||
utf8String
|
||||
];
|
||||
testDepends = [
|
||||
filepath mtl nodejs parsec transformers utf8String
|
||||
|
|
Loading…
Reference in a new issue