~singpolyma/xml-types-haskell

f10ac584637b8a8a69afe61e023584a02e0a64bc — John Millikin 12 years ago 34b9b94
Move source code to the ``lib`` subdirectory. Minor cabal cleanups.
2 files changed, 10 insertions(+), 3 deletions(-)

R Data/XML/Types.hs => lib/Data/XML/Types.hs
M xml-types.cabal
R Data/XML/Types.hs => lib/Data/XML/Types.hs +0 -0
M xml-types.cabal => xml-types.cabal +10 -3
@@ 6,20 6,27 @@ license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >=1.6
cabal-version: >= 1.6
category: Text, XML
stability: experimental
homepage: https://john-millikin.com/software/haskell-xml/
bug-reports: mailto:jmillikin@gmail.com

source-repository head
  type: bazaar
  location: http://john-millikin.com/software/xml-types/
  location: https://john-millikin.com/branches/xml-types/0.3/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/xml-types/0.3/
  tag: xml-types_0.3

library
  ghc-options: -Wall
  hs-source-dirs: lib

  build-depends:
      base >=3 && < 5
      base >= 3 && < 5
    , text

  exposed-modules: