diff --git a/xml-conduit-writer.cabal b/xml-conduit-writer.cabal index 6c3e663..b15a46c 100644 --- a/xml-conduit-writer.cabal +++ b/xml-conduit-writer.cabal @@ -1,5 +1,5 @@ name: xml-conduit-writer -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Warm and fuzzy creation of XML documents. description: “It can scarcely be denied that the supreme goal of @@ -10,7 +10,7 @@ description: . Check out more examples in test/Main.hs and look at the results with --enable-tests. -homepage: https://bitbucket.org/dpwiz/xml-conduit-monad +homepage: https://bitbucket.org/dpwiz/xml-conduit-writer license: MIT license-file: LICENSE copyright: Alexander Bondarenko 2013 @@ -20,6 +20,10 @@ category: Text build-type: Simple cabal-version: >=1.8 +source-repository head + type: mercurial + location: https://bitbucket.org/dpwiz/xml-conduit-writer + library ghc-options: -Wall -O2 hs-source-dirs: src