File: xml.cabal

package info (click to toggle)
haskell-xml 1.3.14-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: haskell: 710; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (5)
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
Name:            xml
Version:         1.3.14
Homepage:        http://code.galois.com
Synopsis:        A simple XML library.
Description:     A simple XML library.
Category:        Text, XML
License:         BSD3
License-File:    LICENSE
Author:          Galois Inc.
Maintainer:      diatchki@galois.com
Copyright:       (c) 2007-2008 Galois Inc.
Build-type:      Simple
Cabal-version:   >= 1.6


library
  Build-depends:   base >= 3 && < 5, bytestring, text
  Ghc-options:     -Wall -O2
  Exposed-modules: Text.XML.Light,
                   Text.XML.Light.Types,
                   Text.XML.Light.Output,
                   Text.XML.Light.Input,
                   Text.XML.Light.Lexer,
                   Text.XML.Light.Proc
                   Text.XML.Light.Cursor
  Extensions:      FlexibleInstances

source-repository head
  type:       git
  location:   git://code.galois.com/xml.git