possibly-0.0.0.1: possibly.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 81cf25ba1d1ad291f25157e1056bd539e3fcb065cbf48f1d3f5a03a99182c4b9
name: possibly
version: 0.0.0.1
synopsis: type Possibly a = Either String a
description: A surprisingly useful type synonym for Either in which the Left diagnostic is a String, i.e, @type Possibly a = Either String a@
category: data
homepage: https://github.com/cdornan/possibly#readme
bug-reports: https://github.com/cdornan/possibly/issues
author: Chris Dornan
maintainer: chris@chrisdornan.com
copyright: 2019 Chris Dornan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/cdornan/possibly
library
exposed-modules:
Data.Possibly
other-modules:
Paths_possibly
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=0.0.0.0 && <100
default-language: Haskell2010