-- Initial alternative-extra.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: alternative-extra
version: 0.1.0.0
synopsis: Extra utilities for alternatives
description: Extra utilities for alternatives
license: BSD3
license-file: LICENSE
author: Marcos Dumay de Medeiros
maintainer: marcos@marcosdumay.com
-- copyright:
category: Control
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/marcosdumay/alternative-extra.git
branch: master
source-repository this
type: git
location: https://github.com/marcosdumay/alternative-extra.git
tag: 0.1.0.0
library
exposed-modules: Control.AlternativeExtra
-- other-modules:
-- other-extensions:
build-depends: base >= 4 && <4.10
hs-source-dirs: src
default-language: Haskell2010