forked from satvikc/Firewall-authentication-IIT-Kanpur
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hwall-auth-iitk.cabal
31 lines (30 loc) · 1019 Bytes
/
hwall-auth-iitk.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
name: hwall-auth-iitk
version: 0.1.0.1
synopsis: Initial version of firewall Authentication for IITK network.
description: Firewall Authentication script for IITK network in haskell.
license: BSD3
license-file: LICENSE
author: satvikc
maintainer: [email protected]
category: Network
build-type: Simple
extra-source-files: README
cabal-version: >=1.10
executable firewall-auth
main-is: Main.hs
ghc-options: -threaded
Hs-source-dirs: src
-- other-modules:
-- other-extensions:
build-depends: base,
connection,
hslogger,
bytestring,
haskeline,
http-conduit,
http-types,
mtl,
regex-compat >=0.95,
unix
-- hs-source-dirs:
default-language: Haskell2010