nixpkgs/pkgs/development/tools/purescript/spago/spago.nix

47 lines
1.9 KiB
Nix
Raw Normal View History

2021-05-07 01:27:27 +00:00
# This has been automatically generated by the script
# ./update.sh. This should not be changed by hand.
2019-12-20 07:12:29 +00:00
{ mkDerivation, aeson, aeson-pretty, ansi-terminal, async-pool
2021-05-07 01:27:27 +00:00
, base, bower-json, bytestring, containers, cryptonite, dhall
, directory, either, extra, fetchgit, file-embed, filepath, foldl
, fsnotify, generic-lens, Glob, hspec, hspec-discover
2021-04-21 13:21:55 +00:00
, hspec-megaparsec, http-client, http-conduit, http-types
, lens-family-core, lib, megaparsec, mtl, network-uri, open-browser
, optparse-applicative, prettyprinter, process, QuickCheck, retry
2021-05-07 01:27:27 +00:00
, rio, rio-orphans, safe, semver-range, stm, stringsearch, tar
, template-haskell, temporary, text, time, transformers, turtle
, unliftio, unordered-containers, utf8-string, versions, with-utf8
, zlib
2019-12-20 07:12:29 +00:00
}:
mkDerivation {
pname = "spago";
2021-05-07 01:27:27 +00:00
version = "0.20.2";
2019-12-20 07:12:29 +00:00
src = fetchgit {
2020-02-10 03:54:23 +00:00
url = "https://github.com/purescript/spago.git";
2021-05-07 01:27:27 +00:00
sha256 = "11jh3bszvl8zfi4xcabpx43jply28dxdywd6fadxspaa05jdxxn2";
rev = "0f38c9153e46f30e9d87963e181f5c1a595f4b64";
2019-12-20 07:12:29 +00:00
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal async-pool base bower-json
2021-05-07 01:27:27 +00:00
bytestring containers cryptonite dhall directory either file-embed
filepath foldl fsnotify generic-lens Glob http-client http-conduit
http-types lens-family-core megaparsec mtl network-uri open-browser
optparse-applicative prettyprinter process retry rio rio-orphans
safe semver-range stm stringsearch tar template-haskell temporary
text time transformers turtle unliftio unordered-containers
utf8-string versions with-utf8 zlib
2019-12-20 07:12:29 +00:00
];
2021-04-21 13:21:55 +00:00
executableHaskellDepends = [
ansi-terminal base text turtle with-utf8
];
2019-12-20 07:12:29 +00:00
testHaskellDepends = [
base containers directory extra hspec hspec-megaparsec megaparsec
process QuickCheck temporary text turtle versions
];
testToolDepends = [ hspec-discover ];
2020-02-10 03:54:23 +00:00
homepage = "https://github.com/purescript/spago#readme";
license = lib.licenses.bsd3;
2019-12-20 07:12:29 +00:00
}