HTF 0.14.0.1 → 0.14.0.2
raw patch · 5 files changed
+11/−7 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +5/−0
- HTF.cabal +1/−1
- README.md +1/−1
- sample/sample-HTF.cabal +2/−2
- stack-ghc-8.8.yaml +2/−3
ChangeLog view
@@ -1,3 +1,8 @@+* 0.14.0.2 (2019-11-27)+ - use haskell-src from hackage++* 0.14.0.1 (2019-11-27)+ - find cpphs * 0.14.0.0 (2019-11-26) - support for GHC 8.8 - fix for performance problem with long strings
HTF.cabal view
@@ -1,5 +1,5 @@ Name: HTF-Version: 0.14.0.1+Version: 0.14.0.2 License: LGPL-2.1 License-File: LICENSE Copyright: (c) 2005-2015 Stefan Wehr
README.md view
@@ -7,7 +7,7 @@ * Source Repository: https://github.com/skogsbaer/HTF/ * Issue tracker: https://github.com/skogsbaer/HTF/issues?state=open * Author: Stefan Wehr (http://www.stefanwehr.de)-* License: LGPL+* License: LGPL ## Summary
sample/sample-HTF.cabal view
@@ -14,12 +14,12 @@ executable sample main-is: Main.hs other-modules: MyPkg.A MyPkg.B- build-depends: base == 4.*, HTF == 0.13.*+ build-depends: base, HTF default-language: Haskell2010 test-suite sample-tests type: exitcode-stdio-1.0 main-is: TestMain.hs other-modules: MyPkg.A MyPkg.B- build-depends: base == 4.*, HTF == 0.13.*+ build-depends: base, HTF default-language: Haskell2010
stack-ghc-8.8.yaml view
@@ -1,7 +1,6 @@-resolver: nightly-2019-11-05+resolver: nightly-2019-12-07 flags: {} packages: - '.' extra-deps:-- git: https://github.com/skogsbaer/haskell-src.git- commit: ab0e6f8bf004337792365cdc53dc1068eaf51eda+- haskell-src-1.0.3.1