You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of missing language extension declarations (DataKinds, TypeOperators, etc.). You should either put them directly in the files or duplicate the ones from the cabal file in the .ghci file.
The text was updated successfully, but these errors were encountered:
@soenkehahn I too am leaning towards bringing the extensions from the bookkeeper.cabal into individual files.
In the meantime, have you tried cabal new-repl or stack ghci instead of using plain ghci? I'm 99% sure both stack and cabal take care of running ghci in the context of the package.
Because of missing language extension declarations (
DataKinds
,TypeOperators
, etc.). You should either put them directly in the files or duplicate the ones from the cabal file in the.ghci
file.The text was updated successfully, but these errors were encountered: