Correct pushed version.
parent
12bf35cea2
commit
f7cc39ce99
|
@ -1,5 +1,5 @@
|
||||||
name: postlude
|
name: postlude
|
||||||
version: 0.1.0.9
|
version: 0.1.1.0
|
||||||
github: "jrpotter/postlude"
|
github: "jrpotter/postlude"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Joshua Potter"
|
author: "Joshua Potter"
|
||||||
|
|
|
@ -2,12 +2,11 @@
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: ea62b7db89a610cce35616a02dc56670b7cdff0d747b64a96f19cb72bd6d42f7
|
-- hash: a9b86e4681094ba732bd53deeeed47aad77606ad9fce8265f9917349d9aaa833
|
||||||
|
|
||||||
name: postlude
|
name: postlude
|
||||||
version: 0.1.1.0
|
version: 0.1.0.9
|
||||||
description: Please see the README on Github at
|
description: Please see the README on Github at <https://github.com/jrpotter/postlude#readme>
|
||||||
<https://github.com/jrpotter/postlude#readme>
|
|
||||||
homepage: https://github.com/jrpotter/postlude#readme
|
homepage: https://github.com/jrpotter/postlude#readme
|
||||||
bug-reports: https://github.com/jrpotter/postlude/issues
|
bug-reports: https://github.com/jrpotter/postlude/issues
|
||||||
author: Joshua Potter
|
author: Joshua Potter
|
||||||
|
@ -26,6 +25,12 @@ source-repository head
|
||||||
location: https://github.com/jrpotter/postlude
|
location: https://github.com/jrpotter/postlude
|
||||||
|
|
||||||
library
|
library
|
||||||
|
exposed-modules:
|
||||||
|
Postlude
|
||||||
|
Postlude.Lazy
|
||||||
|
Postlude.Strict
|
||||||
|
other-modules:
|
||||||
|
Paths_postlude
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -36,10 +41,4 @@ library
|
||||||
, mtl >=2.2.1 && <2.3
|
, mtl >=2.2.1 && <2.3
|
||||||
, text >=1.2.2.2 && <1.3
|
, text >=1.2.2.2 && <1.3
|
||||||
, transformers >=0.4 && <0.6
|
, transformers >=0.4 && <0.6
|
||||||
exposed-modules:
|
|
||||||
Postlude
|
|
||||||
Postlude.Lazy
|
|
||||||
Postlude.Strict
|
|
||||||
other-modules:
|
|
||||||
Paths_postlude
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in New Issue