mikeizbicki / subhask

Type safe interface for working in subcategories of Hask
BSD 3-Clause "New" or "Revised" License
418 stars 43 forks source link

Upgrade stackage resolver to 5.1 #27

Closed alexanderkjeldaas closed 8 years ago

alexanderkjeldaas commented 8 years ago

The lts-3.3 resolver is 4 months old.

mikeizbicki commented 8 years ago

Do you have any concrete reasons for wanting to upgrade to a newer lts?

aupiff commented 8 years ago

@tonyday567 said:

The main reason for moving to the current version of lts is to be able to include subhask in other projects. An example is ihaskell - I would like to be able to include subhask in an ipython notebook but it proved impossible to drop that ecosystem back to lts-3.3 (I tried).

I'd like to upgrade lts versions for a similar reason. Also, is there a reason why there are explicit package version numbers in subhask.cabal given that it already uses stack?

alexanderkjeldaas commented 8 years ago

@mikeizbicki my reason is that I wanted to use HLearn. I don't want to fiddle with cabal build problems, so I stick with stackage. I generally use the latest nightly version of stackage, if possible, so I have the freshest possible set of libraries, without any build issues.

mikeizbicki commented 8 years ago

Fixed by #30. Let me know if you run into problems.