File: mbox.cabal

package info (click to toggle)
haskell-mbox 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 64 kB
  • sloc: haskell: 153; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name:                mbox
version:             0.3.4
synopsis:            Read and write standard mailbox files.
description:         Read and write standard mailbox (mboxrd) files.
category:            system, text, data
license:             BSD3
license-file:        LICENSE
author:              Gershom Bazerman
maintainer:          gershomb@gmail.com
Tested-With:         GHC == 7.8

Build-Type:          Simple
Cabal-Version:       >= 1.6

library
  build-depends:     base >= 4, base < 6, safe, time < 1.9, time-locale-compat, text
  exposed-modules:   Data.MBox, Data.MBox.String
  ghc-options:       -Wall

source-repository head
  type:      darcs
  location:  http://hub.darcs.net/gershomb/mbox