packages feed

partial-isomorphisms-0.2: partial-isomorphisms.cabal

Name:                partial-isomorphisms
Version:             0.2
Synopsis:            Partial isomorphisms.
Description:         Partial isomorphisms as described in the 
                     paper:
                     .
                     Tillmann Rendel and Klaus Ostermann. 
                     Invertible Syntax Descriptions: 
                     Unifying Parsing and Pretty Printing. 
                     In /Proc. of Haskell Symposium/, 2010.
                     .
                     The paper also describes invertible syntax 
                     descriptions as a common interface for 
                     parsers and pretty printers. These are 
                     distributed separately in the
                     /invertible-syntax/ package.
Homepage:            http://www.informatik.uni-marburg.de/~rendel/unparse
License:             BSD3
License-file:        LICENSE
Author:              Tillmann Rendel
Maintainer:          rendel@informatik.uni-marburg.de
-- Copyright:           
Category:            Control
Build-type:          Simple
-- Extra-source-files:  
Cabal-version:       >=1.2

Library
  Hs-source-dirs:   src
  Exposed-modules:  Control.Isomorphism.Partial
                    Control.Isomorphism.Partial.Constructors
                    Control.Isomorphism.Partial.Derived
                    Control.Isomorphism.Partial.Prim
                    Control.Isomorphism.Partial.TH
                    Control.Isomorphism.Partial.Unsafe
  
  Build-depends:    base >= 3 && < 5, template-haskell
  
  -- Other-modules:       
  
  -- Build-tools: