haskell-boxes / boxes

A pretty-printing library for laying out text in two dimensions, using a simple box model.
Other
37 stars 13 forks source link

Missing support for GHC 8.2.1 #26

Closed asr closed 7 years ago

asr commented 7 years ago

The boxes library doesn't support GHC 8.2.1 because the split library doesn't (see http://hub.darcs.net/byorgey/split/issue/7).

asr commented 7 years ago

The split library added support for GHC 8.2.1 (by updating its .cabal file on Hackage).