File: sockaddr.cabal

package info (click to toggle)
haskell-sockaddr 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 52 kB
  • sloc: haskell: 45; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name:                   sockaddr
Version:                0.0.1
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               Printing SockAddr
Description:            Printing SockAddr
Category:               Network
Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  GHC-Options:          -Wall
  Exposed-Modules:      Network.SockAddr
  Build-Depends:        base >= 4 && < 5
                      , byteorder
                      , bytestring
                      , network

Source-Repository head
  Type:                 git
  Location:             https://github.com/kazu-yamamoto/sockaddr