2021-05-07 03:27:27 +02:00
|
|
|
# This has been automatically generated by the script
|
|
|
|
# ./update.sh. This should not be changed by hand.
|
2019-12-20 08:12:29 +01:00
|
|
|
{ mkDerivation, aeson, aeson-pretty, ansi-terminal, async-pool
|
2021-05-07 03:27:27 +02: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 15:21:55 +02: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 03:27:27 +02: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 08:12:29 +01:00
|
|
|
}:
|
|
|
|
mkDerivation {
|
|
|
|
pname = "spago";
|
2022-02-13 07:39:02 +01:00
|
|
|
version = "0.20.7";
|
2019-12-20 08:12:29 +01:00
|
|
|
src = fetchgit {
|
2020-02-10 04:54:23 +01:00
|
|
|
url = "https://github.com/purescript/spago.git";
|
2022-02-13 07:39:02 +01:00
|
|
|
sha256 = "0k9ablqhx4m1hk0sc0rx824qq5gr7fp7dpg9rj5v793v6hd3q4jv";
|
|
|
|
rev = "41d9c967dc1db0de03985e31083eb76b3e2fcce4";
|
2019-12-20 08:12:29 +01:00
|
|
|
fetchSubmodules = true;
|
|
|
|
};
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
libraryHaskellDepends = [
|
|
|
|
aeson aeson-pretty ansi-terminal async-pool base bower-json
|
2021-05-07 03:27:27 +02: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 08:12:29 +01:00
|
|
|
];
|
2021-04-21 15:21:55 +02:00
|
|
|
executableHaskellDepends = [
|
|
|
|
ansi-terminal base text turtle with-utf8
|
|
|
|
];
|
2019-12-20 08:12:29 +01:00
|
|
|
testHaskellDepends = [
|
|
|
|
base containers directory extra hspec hspec-megaparsec megaparsec
|
|
|
|
process QuickCheck temporary text turtle versions
|
|
|
|
];
|
|
|
|
testToolDepends = [ hspec-discover ];
|
2020-02-10 04:54:23 +01:00
|
|
|
homepage = "https://github.com/purescript/spago#readme";
|
2021-01-23 13:26:19 +01:00
|
|
|
license = lib.licenses.bsd3;
|
2019-12-20 08:12:29 +01:00
|
|
|
}
|