Peggy icon indicating copy to clipboard operation
Peggy copied to clipboard

relax dependencies

Open amutake opened this issue 10 years ago • 4 comments

I relaxed version restriction of the following packages.

package name before after newest version (2014.04.19)
ListLike == 3.1.* >= 3.1 && < 4.1 4.0.2
hashtables == 1.0.* >= 1.0 && < 1.2 1.1.2.1
template-haskell >= 2.5 && < 2.9 >= 2.5 && < 3.0 2.9.0.0

build is success and there is no warning. (ghc-7.8.2)

amutake avatar Apr 19 '14 05:04 amutake

This is required for ghc-7.8, so ta. :)

EdShaw avatar May 29 '14 21:05 EdShaw

I force-pushed to relax upperbound of ListLike whose latest version is 4.1.0.

amutake avatar Jul 04 '14 06:07 amutake

We are carrying similar thing: https://github.com/gentoo-haskell/gentoo-haskell/commit/74ce823052a614828181c054c1bcc1fd4ecf4a75

trofi avatar Jul 17 '14 13:07 trofi

I want this. :+1:

kakkun61 avatar Oct 24 '15 16:10 kakkun61