Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit 873ee9c

Browse files
committed
cabal dependencies update
1 parent 3b6a944 commit 873ee9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

EHC/changelog.md.editthis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.1.9.5 - 20161223
44

5-
- [edit this] and this, adding new entries as needed (version nr etc is prefixed when using version bumping Makefile targets)
5+
- [unicode] unicode read/write.
66

77
## 1.1.9.4 - 20160521
88

EHC/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3997,7 +3997,7 @@ then
39973997
### here do special treatment of packages, now we have name&version of packages available
39983998
case ${pkgBase} in
39993999
uhc-util)
4000-
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uhc-util>=0.1.6.7&&<0.1.7"
4000+
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uhc-util>=0.1.6.8&&<0.1.7"
40014001
;;
40024002
uulib)
40034003
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uulib>=0.9.19"

EHC/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ then
500500
### here do special treatment of packages, now we have name&version of packages available
501501
case ${pkgBase} in
502502
uhc-util)
503-
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uhc-util>=0.1.6.7&&<0.1.7"
503+
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uhc-util>=0.1.6.8&&<0.1.7"
504504
;;
505505
uulib)
506506
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uulib>=0.9.19"

0 commit comments

Comments
 (0)