1
Fork 0
postlude/postlude.cabal

43 lines
1.1 KiB
Plaintext
Raw Normal View History

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 13d659fe8ecd81d67fd78960f36f07fa73797ddb1b931a27bfc3fcda98d924fc
name: postlude
version: 0.1.0.1
description: Please see the README on Github at <https://github.com/jrpotter/postlude#readme>
homepage: https://github.com/jrpotter/postlude#readme
bug-reports: https://github.com/jrpotter/postlude/issues
author: Joshua Potter
maintainer: jrpotter2112@gmail.com
copyright: 2018 Joshua Potter
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/jrpotter/postlude
2017-11-26 01:58:39 +00:00
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring
, exceptions >=0.6 && <0.9
, free >=4.12 && <5
, mtl >=2.2.1 && <2.3
, text
, transformers >=0.4 && <0.6
exposed-modules:
Postlude
other-modules:
Paths_postlude
default-language: Haskell2010