th-format 0.1.2.0 → 0.1.3.0
raw patch · 1 files changed
+15/−15 lines, 1 filesdep ~Earleydep ~template-haskell
Dependency ranges changed: Earley, template-haskell
Files
- th-format.cabal +15/−15
th-format.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: 2d9b536661fa361499e0ea0c8cd2480a8a7b1ce7f3cd129370cfa3e8e5166dff+-- hash: 20701ee954703e50191aae33560fcb0f63c034748b4622a27fb7557180df3e18 name: th-format-version: 0.1.2.0+version: 0.1.3.0 synopsis: Template Haskell based support for format strings description: This package implements a Template Haskell quasi quoter for format strings. category: Data@@ -13,12 +15,10 @@ bug-reports: https://github.com/mtesseract/th-format/issues author: Moritz Clasmeier maintainer: mtesseract@silverratio.net-copyright: 2017-2018 Moritz Clasmeier+copyright: 2017-2019 Moritz Clasmeier license: BSD3 license-file: LICENSE build-type: Simple-cabal-version: >= 1.10- extra-source-files: README.md @@ -27,24 +27,27 @@ location: https://github.com/mtesseract/th-format library+ exposed-modules:+ Data.Format+ other-modules:+ Paths_th_format hs-source-dirs: src ghc-options: -Wall build-depends:- Earley >=0.12.1.0 && <0.13+ Earley >=0.12.1.0 && <0.14 , base >=4.7 && <5 , haskell-src-meta >=0.8.0.2 && <0.9- , template-haskell >=2.12.0.0 && <2.13+ , template-haskell >=2.12.0.0 && <2.15 , text >=1.2.3.0 && <1.3- exposed-modules:- Data.Format- other-modules:- Paths_th_format default-language: Haskell2010 test-suite th-format-test type: exitcode-stdio-1.0 main-is: Tests.hs+ other-modules:+ Data.Format.Test+ Paths_th_format hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N@@ -54,7 +57,4 @@ , tasty-hunit , text , th-format- other-modules:- Data.Format.Test- Paths_th_format default-language: Haskell2010