haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Bump upper bound on base to < 4.13 #81

Closed RyanGlScott closed 6 years ago

RyanGlScott commented 6 years ago

See https://ghc.haskell.org/trac/ghc/ticket/15018.


This change is Reviewable

RyanGlScott commented 6 years ago

Any update on this, @judah? I'd like to get this and https://github.com/judah/terminfo/pull/30 merged soon, since they're blocking me from upgrading the major version number for base in GHC HEAD.

RyanGlScott commented 6 years ago

Thanks!

RyanGlScott commented 6 years ago

Ack, it looks like we'll need to bump the upper version bounds on unix too—see #82. Apologies for the PR churn.