This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.1.9.5 - 20161223
4
4
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.
6
6
7
7
## 1.1.9.4 - 20160521
8
8
Original file line number Diff line number Diff line change @@ -3997,7 +3997,7 @@ then
3997
3997
# ## here do special treatment of packages, now we have name&version of packages available
3998
3998
case ${pkgBase} in
3999
3999
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"
4001
4001
;;
4002
4002
uulib)
4003
4003
ghcLibsRequiredWithVersion=" ${ghcLibsRequiredWithVersion} uulib>=0.9.19"
Original file line number Diff line number Diff line change 500
500
# ## here do special treatment of packages, now we have name&version of packages available
501
501
case ${pkgBase} in
502
502
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"
504
504
;;
505
505
uulib)
506
506
ghcLibsRequiredWithVersion="${ghcLibsRequiredWithVersion} uulib>=0.9.19"
You can’t perform that action at this time.
0 commit comments