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