-- This Cabal file generated using the Cartel library. -- Cartel is available at: -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal -- Generated on: 2016-06-11 16:12:57.38586 EDT -- Cartel library version: 0.16.0.0 name: accuerr version: 0.2.0.0 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE build-type: Simple copyright: 2016 Omari Norman author: Omari Norman maintainer: omari@smileystation.com stability: Experimental homepage: http://www.github.com/massysett/accuerr bug-reports: http://www.github.com/massysett/accuerr/issues synopsis: Data type like Either but with accumulating error type description: Please see the "Accuerr" Haddock documentation for more information. category: Development extra-source-files: README.md Library exposed-modules: Accuerr build-depends: base >= 4.9.0.0 && < 5 , lens >= 4.14 , bifunctors >= 5.3 ghc-options: -W default-language: Haskell2010 hs-source-dirs: lib other-extensions: TemplateHaskell source-repository head type: git location: https://github.com/massysett/accuerr.git