]> gitweb @ CieloNegro.org - haskell-dns.git/blob - dns.cabal
Clean-up with binary-strict's BitGet and BitPut.
[haskell-dns.git] / dns.cabal
1 Name:                dns
2 Version:             0.1
3 Synopsis:            <Project description>
4 Description:         <Project description>
5 Category:            Network
6 License:             PublicDomain
7 Author:              PHO <pho at cielonegro.org>
8 Maintainer:          PHO <pho at cielonegro.org>
9 Stability:           Experimental
10 Cabal-Version:       >= 1.2
11 Build-Type:          Simple
12
13 Library
14     Build-Depends:
15         base, binary, binary-strict
16
17     Exposed-Modules:
18         Network.DNS.Message
19
20     GHC-Options:
21         -Wall