Skip to content

Commit 8930d26

Browse files
committed
Merge branch 'fix-build'.
#55
2 parents bceaac1 + 6bb387f commit 8930d26

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
output of `show`. Implemented in
66
[54](https://github.com/cdepillabout/pretty-simple/pull/54). Thanks
77
[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).
811

912
## 3.1.0.0
1013

pretty-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: >=1.10
1717

1818
custom-setup
1919
setup-depends: base
20-
, Cabal
20+
, Cabal >= 1.24
2121
, cabal-doctest >=1.0.2
2222

2323
flag buildexe

0 commit comments

Comments
 (0)