Skip to content

Commit

Permalink
Remove compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaver committed Jan 4, 2018
1 parent 65f9650 commit 99e8cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,9 @@
# Revision history for quickcheck-arbitrary-adt

## 0.3.1.0 -- 2018-01-04

* Remove compiler flags 'Wredundant-constraints' and 'fprint-potential-instances'.

## 0.3.0.0 -- 2018-01-02

* Remove unnecessary type class restrictions.
Expand Down
6 changes: 2 additions & 4 deletions package.yaml
@@ -1,5 +1,5 @@
name: quickcheck-arbitrary-adt
version: 0.3.0.0
version: 0.3.1.0
synopsis: Generic typeclasses for generating arbitrary ADTs
description: Improve arbitrary value generation for ADTs
homepage: https://github.com/plow-technologies/quickcheck-arbitrary-adt#readme
Expand All @@ -20,9 +20,7 @@ library:
- QuickCheck
ghc-options:
- -Wall
- -Werror
- -Wredundant-constraints
- -fprint-potential-instances
# - -Werror

tests:
test:
Expand Down

0 comments on commit 99e8cd5

Please sign in to comment.