From f7cc39ce999ebc2ba90440bf10757bc1a49bbc6a Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 22 Apr 2018 22:30:22 -0700 Subject: [PATCH] Correct pushed version. --- package.yaml | 2 +- postlude.cabal | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package.yaml b/package.yaml index 6e1ccf7..457b8d4 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: postlude -version: 0.1.0.9 +version: 0.1.1.0 github: "jrpotter/postlude" license: BSD3 author: "Joshua Potter" diff --git a/postlude.cabal b/postlude.cabal index 5f68dcc..69c786a 100644 --- a/postlude.cabal +++ b/postlude.cabal @@ -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 - +version: 0.1.0.9 +description: Please see the README on Github at 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