Skip to content

Commit

Permalink
1.0.2.0: Tidy build issues
Browse files Browse the repository at this point in the history
  * cabal-install build with 8.0 and 8.2 failing (fixes #163)
  * Switch to GHC-8.6.3/nightly-2018-12-19 (fixes #164)
  * Switch from Default-Extensions to Other-Extensions (fixes #165)
  • Loading branch information
cdornan committed Dec 19, 2018
1 parent b11a79b commit cd3eae9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -54,8 +54,8 @@ matrix:
compiler: ": #stack 8.4.4"
addons: {apt: {packages: [libgmp-dev]}}

- env: BUILD=stack GHCVER=8.6.2 STACK_YAML=stack-8.4.yaml
compiler: ": #stack 8.6.2"
- env: BUILD=stack GHCVER=8.6.3 STACK_YAML=stack-8.6.yaml
compiler: ": #stack 8.6.3"
addons: {apt: {packages: [libgmp-dev]}}


Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -41,6 +41,7 @@ two packages:
- [X] 2017-06-05 v1.0.1.3 [Suspend Windows tests for PCRE on UTF-8 text](https://github.com/iconnect/regex/milestone/22)
- [X] 2018-12-14 v1.0.1.4 [Fix for GHC 8.4.4, GHC-8.6.2](https://github.com/iconnect/regex/milestone/23)
- [X] 2018-12-18 v1.0.1.5 [TDFA quasi quoters not dealing with newlines](https://github.com/iconnect/regex/milestone/24)
- [X] 2018-12-19 v1.0.2.0 [Tidy build issues](https://github.com/iconnect/regex/milestone/25)


See the [Roadmap page](http://roadmap.regex.uk) for details.
Expand Down
2 changes: 2 additions & 0 deletions lib/README-regex-examples.md
Expand Up @@ -48,6 +48,8 @@ two packages:

    ☒  2018-12-18 v1.0.1.5 [TDFA quasi quoters not dealing with newlines](https://github.com/iconnect/regex/milestone/24)

    ☒  2018-12-19 v1.0.2.0 [Tidy build issues](https://github.com/iconnect/regex/milestone/25)



See the [Roadmap page](http://roadmap.regex.uk) for details.
Expand Down
2 changes: 2 additions & 0 deletions lib/README-regex.md
Expand Up @@ -48,6 +48,8 @@ two packages:

    ☒  2018-12-18 v1.0.1.5 [TDFA quasi quoters not dealing with newlines](https://github.com/iconnect/regex/milestone/24)

    ☒  2018-12-19 v1.0.2.0 [Tidy build issues](https://github.com/iconnect/regex/milestone/25)



See the [Roadmap page](http://roadmap.regex.uk) for details.
Expand Down
Binary file added releases/regex-1.0.2.0.tar.gz
Binary file not shown.
Binary file added releases/regex-examples-1.0.2.0.tar.gz
Binary file not shown.
Binary file added releases/regex-with-pcre-1.0.2.0.tar.gz
Binary file not shown.

0 comments on commit cd3eae9

Please sign in to comment.