-
Notifications
You must be signed in to change notification settings - Fork 1
/
hs-nasa-cli.cabal
54 lines (51 loc) · 1.07 KB
/
hs-nasa-cli.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4f64f03f91057197035826eb1db99e404246b4fb820ce34d92c479380983af50
name: hs-nasa-cli
version: 0.1.1
category: Network
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
.gitignore
README.md
library
exposed-modules:
System.Console.Questioner.ProgressIndicators
System.Console.Questioner.Util
other-modules:
Paths_hs_nasa_cli
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
ansi-terminal
, base
, bytestring
, stm
, terminal-size
, vty
default-language: Haskell2010
executable hs-nasa-cli
main-is: Main.hs
other-modules:
Paths_hs_nasa_cli
hs-source-dirs:
app
ghc-options: -Wall -threaded
build-depends:
HandsomeSoup
, base
, bytestring
, chalk
, connection
, containers
, hs-nasa-cli
, http-conduit
, http-types
, hxt
, transformers
default-language: Haskell2010