-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch-company.cabal
28 lines (24 loc) · 1.12 KB
/
search-company.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
-- Initial SearchCompany.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: search-company
version: 0.1.0.0
synopsis: Search for company name from IP address using the whois.
description: Search for company name from IP address using the whois.
homepage: https://github.com/endhrk/SearchCompany
license: BSD3
license-file: LICENSE
author: Hiroki Endo
maintainer: endhrk@gmail.com
-- copyright:
category: Network
build-type: Simple
cabal-version: >=1.8
stability: experimental
executable search-company
main-is: search-company.hs
--other-modules:
build-depends: base >= 4 && < 5, network >=2.3.2, iconv >=0.4, bytestring >=0.9, utf8-string >=0.3, regex-tdfa >=1.1, parseargs >= 0.1, text>=0.11, encoding>=0.8.1, Cabal>=1.14, random>=1.0, MissingH>=1.3, iproute>=1.7
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/endhrk/search-company.git