We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bceaac1 + 6bb387f commit 8930d26Copy full SHA for 8930d26
2 files changed
CHANGELOG.md
@@ -5,6 +5,9 @@
5
output of `show`. Implemented in
6
[54](https://github.com/cdepillabout/pretty-simple/pull/54). Thanks
7
[sureyeaah](https://github.com/sureyeaah)!
8
+* Fix build on GHC-7.10.3.
9
+ [#55](https://github.com/cdepillabout/pretty-simple/pull/55). Thanks
10
+ [sjakobi](https://github.com/sjakobi).
11
12
## 3.1.0.0
13
pretty-simple.cabal
@@ -17,7 +17,7 @@ cabal-version: >=1.10
17
18
custom-setup
19
setup-depends: base
20
- , Cabal
+ , Cabal >= 1.24
21
, cabal-doctest >=1.0.2
22
23
flag buildexe
0 commit comments