hlian / linklater

A Haskell library for the Slack API (including real-time messaging!)
BSD 3-Clause "New" or "Revised" License
79 stars 11 forks source link

Remove upper constraint on base version #4

Closed jdwolk closed 9 years ago

jdwolk commented 9 years ago

Hi there!

:pray: Apologies if there are any glaring inconsistencies or outright falsehoods with the content below as I'm a relative beginner to Haskell.

I'm trying to use linklater with stack and stackage. The earliest LTS version of Haskell I can find through Stackage is 1.0, which supports base-4.7.0.2.

stack build is failing due to the following:

--  Failure when adding dependencies:
      base: needed (<=4.7.0.1), but 4.7.0.2 found
    needed for package: linklater-3.1.0.0

Is there any particular reason why there is an upper version restriction on base?

Let me know if I can provide any more info. Would be really great if I could use linklater with stack!

hlian commented 9 years ago

@jdwolk I'm on it!

hlian commented 9 years ago

@jdwolk Uploaded 3.2.0.0 to Hackage. Should work now. Give it a try.