Holmusk / elm-street

:deciduous_tree: Crossing the road between Haskell and Elm
Mozilla Public License 2.0
88 stars 6 forks source link

Jan/ghc 8.10.3 #108

Closed jhrcek closed 3 years ago

jhrcek commented 3 years ago

lts-17.0 with ghc 8.10.3 is out and I'd like us to slowly move towards that. This requires upper bound bump for prettyprinter due to:

Error: While constructing the build plan, the following exceptions were encountered:
...
In the dependencies for elm-street-0.1.0.3:
    prettyprinter-1.7.0 from stack configuration does not match >=1.2.1 && <1.7  (latest matching version is 1.6.2)
needed due to pi-0.0.0.0 -> elm-street-0.1.0.3

Also fixed a haddock error.

jhrcek commented 3 years ago

Superseded by https://github.com/Holmusk/elm-street/pull/109