-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHaskell-Console.cabal
30 lines (28 loc) · 1.09 KB
/
Haskell-Console.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
-- Initial Haskell-Console.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Haskell-Console
version: 1.0.0
synopsis: A cross platform console tool for racaljk/hosts.
description: HostsTool can help you update hosts from racaljk/hosts
in a easy way.
license: GPL-3
license-file: LICENSE
author: uHOOCCOOHu @github
maintainer: uHOOCCOOHu @github
copyright: (c) 2016 uHOOCCOOHu
build-type: Simple
category: Tool
-- extra-source-files:
cabal-version: >=1.10
Tested-With: GHC == 7.10.3
executable Haskell-Console
main-is: Main.hs
other-modules: Paths_Haskell_Console
other-extensions: CPP
build-depends: base ==4.*
, bytestring >=0.10 && <0.11
, directory >=1.2.2.0 && <1.2.7.0
, http-client ==0.4.28
, http-client-tls ==0.2.4
-- hs-source-dirs:
default-language: Haskell2010