summaryrefslogtreecommitdiffstats
path: root/mime.cabal
blob: 1d770846755a938d9d69ce769566cbdf51cfa414 (plain)
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
name:               mime
version:            0.1
synopsis:           Working with MIME types.
description:        Working with MIME types.
category:           Web
license:            BSD3
license-file:       LICENSE
author:             Galois Inc.
maintainer:         Galois Inc
Copyright:          (c) 2007 Galois Inc.
extra-source-files: scripts/json-rpc.js
homepage:           http://docserver/mime.git/
cabal-version:      >= 1.2.0

flag split-base

library
  if flag(split-base)
    build-depends:   base >= 3
  else
    build-depends:   base < 3

  exposed-modules: MIME.Type, MIME.Parse, MIME.Utils
  other-modules:   MIME.Base64, MIME.Decode, MIME.QuotedPrintable
  ghc-options:     -Wall -O2