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

Removed unnecessary dependency on Cabal >= 1.16 #15

Closed asr closed 9 years ago

asr commented 9 years ago

By removing the dependency on Cabal >= 1.16 from haskeline.cabal, the installation of the library with versions of GHC without Cabal >= 1.16 is simplified.

Note: If this pull request is accepted, please release a new version. Thanks!

asr commented 9 years ago

I found the issue fixed by this pull request again. Release a new version to Hackage, please.

judah commented 9 years ago

Done; released the latest version of Haskeline as 0.7.2.0.

On Thu, Mar 19, 2015 at 9:55 AM, Andrés Sicard-Ramírez < notifications@github.com> wrote:

I found the issue fixed by this pull request again. Release a new version to Hackage, please.

— Reply to this email directly or view it on GitHub https://github.com/judah/haskeline/pull/15#issuecomment-83660880.

asr commented 9 years ago

Thanks!