revise .cabal

epel9
Jens Petersen 4 years ago
parent 5a181792d5
commit c315f62a5f

@ -1,32 +1,32 @@
Name: xml Name: xml
Version: 1.3.14 Version: 1.3.14
x-revision: 2 x-revision: 2
Homepage: https://github.com/GaloisInc/xml Homepage: https://github.com/GaloisInc/xml
Synopsis: A simple XML library. Synopsis: A simple XML library.
Description: A simple XML library. Description: A simple XML library.
Category: Text, XML Category: Text, XML
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Author: Galois Inc. Author: Galois Inc.
Maintainer: diatchki@galois.com Maintainer: diatchki@galois.com
Copyright: (c) 2007-2008 Galois Inc. Copyright: (c) 2007-2008 Galois Inc.
Build-type: Simple Build-type: Simple
Cabal-version: >= 1.6 Cabal-version: >= 1.6
library library
Build-depends: base >= 3 && < 5, bytestring, text Build-depends: base >= 3 && < 5, bytestring, text
Ghc-options: -Wall -O2 Ghc-options: -Wall -O2
Exposed-modules: Text.XML.Light, Exposed-modules: Text.XML.Light,
Text.XML.Light.Types, Text.XML.Light.Types,
Text.XML.Light.Output, Text.XML.Light.Output,
Text.XML.Light.Input, Text.XML.Light.Input,
Text.XML.Light.Lexer, Text.XML.Light.Lexer,
Text.XML.Light.Proc Text.XML.Light.Proc
Text.XML.Light.Cursor Text.XML.Light.Cursor
Extensions: FlexibleInstances Extensions: FlexibleInstances
source-repository head source-repository head
type: git type: git
location: git://github.com/GaloisInc/xml.git location: git://github.com/GaloisInc/xml.git

Loading…
Cancel
Save