relax upper bound

This commit is contained in:
Stephen Diehl 2015-12-11 12:13:00 -05:00
parent 5a8b365573
commit 3490618206
2 changed files with 5 additions and 5 deletions

View File

@ -879,8 +879,8 @@ str :: T.Text
str = "bar"
```
Cabal
-----
Cabal & Stack
-------------
To set up an existing project with a sandbox, run:
@ -921,8 +921,8 @@ lecture notes.
* [Real World Haskell](http://www.amazon.com/Real-World-Haskell-Bryan-OSullivan/dp/05965149800) by Bryan O'Sullivan, Don Stewart, and John Goerzen
There are some books as well, but your mileage may vary with these. Much of the
material is dated and only covers basic functional programming and not
"programming in the large".
material is dated and only covers basic programming and not "programming in the
large".
* [Learn you a Haskell](http://learnyouahaskell.com/) by Miran Lipovača
* [Programming in Haskell](http://www.amazon.com/gp/product/0521692695) by Graham Hutton

View File

@ -14,7 +14,7 @@ executable write-you-a-haskell
base >= 4.7 && <4.8,
pretty >= 1.1 && <1.2,
containers >= 0.5 && <0.6,
transformers >= 0.3 && <0.4,
transformers >= 0.3 && <0.5,
haskeline >= 0.7 && <0.8,
pandoc -any
build-tools: alex, happy