name: elision version: 0.1.3.2 synopsis: Arrows with holes. description: A framework for describing holes in transformations and impure computations purely. homepage: http://github.com/crough/elision#readme license: BSD2 license-file: LICENSE author: Alex Crough maintainer: alex@crough.io copyright: 2016 Alex Crough category: Control build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Arrow.Elision , Control.Arrow.Elision.Simple , Control.Arrow.Elision.Flexible default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , profunctors >= 5.1.2 executable example hs-source-dirs: example main-is: Main.hs default-language: Haskell2010 build-depends: base , elision source-repository head type: git location: https://github.com/crough/elision