File: appar.cabal

package info (click to toggle)
haskell-appar 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • sloc: haskell: 154; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 989 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
23
24
25
26
Name:                   appar
Version:                0.1.4
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               A simple applicative parser
Description:            A simple applicative parser in Parsec style
Category:               Parsing
Cabal-Version:          >= 1.6
Build-Type:             Simple
Extra-Source-Files:     README
library
  if impl(ghc >= 6.12)
    GHC-Options:        -Wall -fno-warn-unused-do-bind
  else
    GHC-Options:        -Wall
  Exposed-Modules:      Text.Appar.String
                        Text.Appar.ByteString
                        Text.Appar.LazyByteString
  Other-Modules:        Text.Appar.Input
                        Text.Appar.Parser
  Build-Depends:        base >= 4 && < 5, bytestring
Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/appar.git