gdritter repos nml / master nml.cabal
master

Tree @master (Download .tar.gz)

nml.cabal @master

a4e5bcf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2a03d63
 
 
 
 
name:                nml
version:             0.1.0.0
-- synopsis:            
-- description:
license:             BSD3
license-file:        LICENSE
author:              Getty Ritter
maintainer:          gettylefou@gmail.com
-- copyright:
category:            Data
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Data.NML, Data.NML.XMLLight, Data.NML.XMLTypes
  other-modules:       Data.NML.Parse
  -- other-extensions:
  build-depends:       base >=4.6 && <4.7, xml, xml-types, text, attoparsec
  default-language:    Haskell2010

executable from-nml
  main-is:             Data/NML/Main.hs
  build-depends:       base >= 4.6 && < 4.7, xml, xml-types, text, attoparsec
  default-language:    Haskell2010