-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
cabal unpack streamly-0.10.1
cd streamly-0.10.1
cabal build -w ghc-9.6.5 --constraint='transformers == 0.5.6.2'
[36 of 72] Compiling Streamly.Internal.Data.Stream.Serial ( src/Streamly/Internal/Data/Stream/Serial.hs, dist-newstyle/build/x86_64-linux/ghc-9.6.5/streamly-0.10.1/build/Streamly/Internal/Data/Stream/Serial.o, dist-newstyle/build/x86_64-linux/ghc-9.6.5/streamly-0.10.1/build/Streamly/Internal/Data/Stream/Serial.dyn_o ) [Control.Monad.Base changed]
src/Streamly/Internal/Data/Stream/Serial.hs:56:1: error:
Could not load module ‘Control.Monad.Base’
It is a member of the hidden package ‘transformers-base-0.4.6’.
Perhaps you need to add ‘transformers-base’ to the build-depends in your .cabal file.
It is a member of the hidden package ‘transformers-base-0.4.6’.
Perhaps you need to add ‘transformers-base’ to the build-depends in your .cabal file.
It is a member of the hidden package ‘transformers-base-0.4.6’.
Perhaps you need to add ‘transformers-base’ to the build-depends in your .cabal file.
It is a member of the hidden package ‘transformers-base-0.4.6’.
Perhaps you need to add ‘transformers-base’ to the build-depends in your .cabal file.
It is a member of the hidden package ‘transformers-base-0.4.6’.
Perhaps you need to add ‘transformers-base’ to the build-depends in your .cabal file.
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
56 | import Control.Monad.Base (MonadBase(..), liftBaseDefault)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Metadata
Metadata
Assignees
Labels
No labels