visq / language-c

Source repository for https://hackage.haskell.org/package/language-c
http://visq.github.io/language-c/
Other
87 stars 45 forks source link

Fix #86: correct base to >= 4.8 (GHC 7.10) #87

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Fix #86: correct base to >= 4.8 (GHC 7.10)

7.10 is the least GHC language-c builds with.

andreasabel commented 2 years ago

Ping Ellie @expipiplus1

expipiplus1 commented 2 years ago

Thanks! Sorry that took a while

expipiplus1 commented 2 years ago

released as https://hackage.haskell.org/package/language-c-0.9.0.2

andreasabel commented 2 years ago

Thanks for merging!

released as hackage.haskell.org/package/language-c-0.9.0.2

Ah, this wasn't my intention, I only submitted the PR so the bound is correct for future development and releases. In fact, language-c-0.9.0.1 already had the correct lower bound after my revision (see https://github.com/visq/language-c/issues/86#issue-1124738037).

Well, no harm done...