codeworld icon indicating copy to clipboard operation
codeworld copied to clipboard

Codeworld doesn't compile on 9.2.4

Open GeorgeCo opened this issue 3 years ago • 0 comments
trafficstars

Codeworld doesn't compile on 9.2.4. It would be great if that could be fixed. I am very impressed by codeworld. When I compile with --allow-new it fails with

[ 9 of 16] Compiling CodeWorld.Driver ( src/CodeWorld/Driver.hs, dist/build/CodeWorld/Driver.o, dist/build/CodeWorld/Driver.dyn_o )

src/CodeWorld/Driver.hs:1046:1: error:
    Duplicate instance declarations:
      instance Generic Fingerprint
        -- Defined at src/CodeWorld/Driver.hs:1046:1
      instance Generic Fingerprint -- Defined in ‘GHC.Generics’
     |
1046 | deriving instance Generic Fingerprint
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build codeworld-api-0.7.0. See the build log above for
details.

GeorgeCo avatar Aug 19 '22 00:08 GeorgeCo