diff options
author | 2005-05-10 16:22:26 +0000 | |
---|---|---|
committer | 2005-05-10 16:22:26 +0000 | |
commit | 84dafee97ec7f2eb1ed2b2001ba9b3a575c736b8 (patch) | |
tree | b940d987f30fd0667b440c27f50e07d0d8313db3 /dev-haskell/haxml/files | |
parent | Marked stable on amd64. (diff) | |
download | historical-84dafee97ec7f2eb1ed2b2001ba9b3a575c736b8.tar.gz historical-84dafee97ec7f2eb1ed2b2001ba9b3a575c736b8.tar.bz2 historical-84dafee97ec7f2eb1ed2b2001ba9b3a575c736b8.zip |
Package description for ghc-6.4 was incomplete.
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'dev-haskell/haxml/files')
-rw-r--r-- | dev-haskell/haxml/files/HaXml-1.12.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-haskell/haxml/files/HaXml-1.12.cabal b/dev-haskell/haxml/files/HaXml-1.12.cabal index 91513fe36a69..de3acdd2918f 100644 --- a/dev-haskell/haxml/files/HaXml-1.12.cabal +++ b/dev-haskell/haxml/files/HaXml-1.12.cabal @@ -33,7 +33,10 @@ exposed-modules: Text.XML.HaXml.Xtract.Combinators, Text.XML.HaXml.Xtract.Lex, Text.XML.HaXml.Xtract.Parse -hs-source-dir: src -build-depends: base, haskell98 +depends: haskell98 extensions: CPP exposed: True +hs-libraries: HSHaXml +import-dirs: $libdir/imports/HaXml +library-dirs: $libdir + |