Cabal-Version: >= 1.2 Name: yc2erl Version: 0.1 Copyright: 2008, Dmitry Golubovsky and The Yhc Team, portions by Torbjorn Tornkvist Maintainer: golubovsky@gmail.com Homepage: http://www.haskell.org/haskellwiki/Yhc License: BSD3 License-File: LICENSE Build-Type: Simple Data-Files: erlang/yc2erl.erl, erlang/unitable.hrl, erlang/mochinum.erl unicode/README, unicode/mkunitable, unicode/Makefile Author: Dmitry Golubovsky Synopsis: Erlang Back-end for Yhc Core. Description: A collection of tools to convert linked Yhc Core to Core Erlang for further compilation to BEAM. Category: Development Flag splitBase Description: Choose the new smaller, split-up base package. Library if flag(splitBase) build-depends: base >= 3, mtl, containers else build-depends: base < 3, mtl build-depends: mtl, uniplate, yhccore, ycextra, pretty, directory, filepath, tagsoup, parsec, haskell-src Exposed-modules: Yhc.Core.BackEnd.Erlang, Language.Edoc.Xml2Hs, Language.Edoc.TyXml2Hs Other-modules: Yhc.Core.BackEnd.Erlang.TT.Bkeep, Yhc.Core.BackEnd.Erlang.TT.Ebif, Yhc.Core.BackEnd.Erlang.TT.Ecore, Yhc.Core.BackEnd.Erlang.TT.Epretty Yhc.Core.BackEnd.Erlang.EGMonad, Yhc.Core.BackEnd.Erlang.Maps, Yhc.Core.BackEnd.Erlang.TransFunc, Yhc.Core.BackEnd.Erlang.TransExpr, Yhc.Core.BackEnd.Erlang.CorePrep, Yhc.Core.BackEnd.Erlang.TransPrim Language.Edoc.Xml2Hs.Type, Language.Edoc.Xml2Hs.Parser, Language.Edoc.Xml2Hs.Haskell, Language.Edoc.Xml2Hs.TyParser