-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquack.cabal
27 lines (25 loc) · 910 Bytes
/
quack.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
Name: quack
Version: 0.0.0.3
Author: Athan Clark <[email protected]>
Maintainer: Athan Clark <[email protected]>
License: BSD3
License-File: LICENSE
Synopsis: Convenience parser combinators for URI query strings
Description: Check out the README
Category: Web
Cabal-Version: >= 1.10
Build-Type: Simple
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Data.Uri.Quack
Build-Depends: base >= 4.8 && < 5
, mtl
, attoparsec
, aeson
, text
, http-types
Source-Repository head
Type: git
Location: [email protected]:athanclark/quack.git