jinkell icon indicating copy to clipboard operation
jinkell copied to clipboard

Can't be built due to removed haskell aeson module

Open micwoj92 opened this issue 2 years ago • 0 comments

Tried building jinglib, but the build fails with error

[1 of 1] Compiling Jing.FM          ( Jing/FM.hs, dist/build/Jing/FM.dyn_o )

Jing/FM.hs:10:1: error:
    Could not find module ‘Data.Aeson.Generic’
    Perhaps you meant
      Data.Vector.Generic (needs flag -package-key vector-0.12.3.0)
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
10 | import qualified Data.Aeson.Generic as G
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data.Aeson.Generic was removed in haskell-aeson version 0.7.0.0 which came out in early 2014

micwoj92 avatar Sep 21 '21 18:09 micwoj92