2018-01-14 08:20:32 +00:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.20.0.
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
--
|
2018-03-01 05:08:39 +00:00
|
|
|
-- hash: a4082efbb202e5bca1cadbf92685d4b397ecc76d3ba337e534bf5b7f8194b68a
|
2018-01-14 08:20:32 +00:00
|
|
|
|
|
|
|
name: postlude
|
2018-03-01 05:08:39 +00:00
|
|
|
version: 0.1.0.2
|
2018-01-14 08:20:32 +00:00
|
|
|
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
|
|
|
|
2017-11-26 02:49:55 +00:00
|
|
|
library
|
2018-01-14 08:20:32 +00:00
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
build-depends:
|
2018-01-14 10:40:45 +00:00
|
|
|
base >=4.7 && <5
|
2018-03-01 05:04:31 +00:00
|
|
|
, bytestring >=0.10.8.1 && <0.11
|
2018-01-14 10:40:45 +00:00
|
|
|
, exceptions >=0.6 && <0.9
|
|
|
|
, free >=4.12 && <5
|
|
|
|
, mtl >=2.2.1 && <2.3
|
2018-03-01 05:04:31 +00:00
|
|
|
, text >=1.2.2.2 && <1.3
|
2018-01-14 10:40:45 +00:00
|
|
|
, transformers >=0.4 && <0.6
|
2018-01-14 08:20:32 +00:00
|
|
|
exposed-modules:
|
|
|
|
Postlude
|
|
|
|
other-modules:
|
|
|
|
Paths_postlude
|
|
|
|
default-language: Haskell2010
|