gelisam / frp-zoo

Comparing many FRP implementations by reimplementing the same toy app in each.
490 stars 31 forks source link

Graphics.Gloss.Data.Extent is not exposed #50

Closed madjestic closed 7 years ago

madjestic commented 7 years ago

It looks like gloss does not expose Graphics.Gloss.Data.Extent interface since 1.9.1.1, hence examples do not compile with recent gloss versions.

gelisam commented 7 years ago

Graphics.Gloss.Data.Extent has moved from gloss to gloss-algorithms in gloss-1.9.1.1. All the examples include a cabal file which includes gloss-algorithms and requires gloss 1.9.2.1 or later.

Both cabal and stack should pick up that information from the cabal file, so I don't understand why that didn't work for you. Which tool did you use in order to compile the examples?