forked from purescript/psc-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsc-package.cabal
37 lines (36 loc) · 1.19 KB
/
psc-package.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: psc-package
version: 0.5.1
synopsis: An experimental package manager for PureScript
description:
homepage: https://github.com/purescript/psc-package
license: BSD3
license-file: LICENSE
author: Phil Freeman
maintainer: [email protected]
copyright: 2017 Phil Freeman
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable psc-package
build-depends: base >=4 && <5,
aeson -any,
aeson-pretty -any,
async >= 2.1.1,
bytestring -any,
containers -any,
either -any,
foldl -any,
optparse-applicative -any,
process -any,
system-filepath -any,
text -any,
errors -any,
turtle <1.6
main-is: Main.hs
other-modules: Paths_psc_package
Types
buildable: True
hs-source-dirs: app
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010