forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack-scripts.cabal
More file actions
42 lines (40 loc) · 1.23 KB
/
stack-scripts.cabal
File metadata and controls
42 lines (40 loc) · 1.23 KB
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
38
39
40
41
42
-- Initial scripts.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: stack-scripts
version: 0.0.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Emanuel Borsboom
maintainer: manny@fpcomplete.com
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable stack-release-script
main-is: release.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <5.0
, Cabal
, aeson
, bytestring
, case-insensitive
, conduit
, conduit-combinators
, directory
, extra
, http-conduit
, http-types
, mime-types
, process
, resourcet
, shake
, tar
, text
, zip-archive
, zlib
-- hs-source-dirs:
default-language: Haskell2010