ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 32 forks source link

not co-installable with ghc-prim 0.5 #22

Open clinty opened 8 years ago

clinty commented 7 years ago

It's not a matter of simply tweaking the upper bound; with GHC 8 the build fails with

src/Data/CSV/Conduit/Conversion.hs:864:62: error:
    * Expected a type, but `s' has kind `Meta'
    * In the first argument of `Proxy', namely `s'
      In an expression type signature: Proxy s f a
      In the first argument of `selName', namely `(Proxy :: Proxy s f a)'

which suggests that https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/GenericDeriving#Type-levelmetadataencoding may be helpful.