packages feed

accuerr-0.2.0.2: accuerr.cabal

-- 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-18 09:02:57.788244 EDT
-- Cartel library version: 0.16.0.0

name: accuerr
version: 0.2.0.2
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.8.0.0 && < 5
    , lens >= 4.13
    , bifunctors >= 5.2
    , semigroups >= 0.18.1
  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