File: uulib.cabal

package info (click to toggle)
haskell-uulib 0.9.15-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 332 kB
  • sloc: haskell: 2,751; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,596 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
cabal-version: >= 1.6
build-type: Simple
name: uulib
version: 0.9.15
license: BSD3
license-file: COPYRIGHT
maintainer: S. Doaitse Swierstra
homepage: http://www.cs.uu.nl/wiki/HUT/WebHome
description: Fast Parser Combinators and Pretty Printing Combinators
synopsis: Haskell Utrecht Tools Library
category: Parsing
stability: Stable
copyright: Universiteit Utrecht
extra-source-files: README,
                    examples/bibtex/Bibtex.hs,
                    examples/parser/Example.hs,
                    examples/parser/Makefile,
                    examples/parser/README,
                    examples/parser/Scanner.x

library
  build-depends: base>=4 && <5, ghc-prim >= 0.2.0.0
  exposed-modules: UU.Parsing.CharParser UU.Parsing.Derived
                   UU.Parsing.Interface UU.Parsing.MachineInterface
                   UU.Parsing.Merge UU.Parsing.Offside UU.Parsing.Perms
                   UU.Parsing.StateParser UU.Parsing
                   UU.PPrint
                   UU.Pretty.Ext UU.Pretty UU.Scanner.GenToken UU.Scanner.GenTokenOrd
                   UU.Scanner.GenTokenParser UU.Scanner.GenTokenSymbol
                   UU.Scanner.Position UU.Scanner.Scanner
                   UU.Scanner.Token UU.Scanner.TokenParser UU.Scanner.TokenShow
                   UU.Scanner UU.Util.BinaryTrees UU.Util.PermTree UU.Util.Utils
                   UU.Pretty.Basic UU.Parsing.Machine
  extensions:  RankNTypes FunctionalDependencies TypeSynonymInstances UndecidableInstances FlexibleInstances MultiParamTypeClasses FlexibleContexts CPP ExistentialQuantification
  hs-source-dirs: src