packages feed

data-fix-cse-0.0.2: data-fix-cse.cabal

Name:            data-fix-cse
Version:         0.0.2
Cabal-Version:   >= 1.6
License:         BSD3
License-file:    LICENSE
Author:          Anton Kholomiov, Oleg Kiselyov
Maintainer:      <anton.kholomiov@gmail.com>
Category:        Data
Synopsis:        Common subexpression elimination for the fixploint types.   
Build-Type:      Simple
Description:     
  Common subexpression elimination for the fixploint types.   

Stability:       Experimental

Extra-Source-Files:
    test/Exp.hs
    test/Impl.hs
    test/Expl.hs

Homepage:        https://github.com/anton-k/data-fix-cse
Bug-Reports:     https://github.com/anton-k/data-fix-cse/issues

Source-repository head
    Type: git
    Location: https://github.com/anton-k/data-fix-cse

Library
  Build-depends: base >= 4, base < 5, data-fix, transformers, containers
  Hs-source-dirs: src/

  ghc-options: -Wall

  Exposed-Modules: 
      Data.Fix.Cse
  Other-Modules:  
      Data.Fix.BiMap
      Data.Fix.BiMapFramed