Lt
Size: a a a
Lt
Lt
R
R
Build log (
C:\Users\Ivan\AppData\Roaming\cabal\logs\ghc-9.0.1\encoding-0.5.2-7b4bdc7dba7b37709e6f2abadd37d515e26f21c4.log
):
Preprocessing library for encoding-0.5.2..
Building library for encoding-0.5.2..
[ 1 of 47] Compiling Control.Throws ( Control\Throws.hs, dist\build\Control\Throws.o )
[ 2 of 47] Compiling Data.Encoding.Exception ( Data\Encoding\Exception.hs, dist\build\Data\Encoding\Exception.o )
Data\Encoding\Exception.hs:12:31: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
|
12 | = HasNoRepresentation Char -- ^ Thrown if a specific character
| ^^
[ 3 of 47] Compiling Data.Encoding.ByteSource ( Data\Encoding\ByteSource.hs, dist\build\Data\Encoding\ByteSource.o )
Data\Encoding\ByteSource.hs:149:18: error:
* Data constructor not in scope:
State
:: (BS.ByteString -> (Word8, BS.ByteString))
-> State BS.ByteString Word8
* Perhaps you meant one of these:
`StateT' (imported from Control.Monad.State),
variable `state' (imported from Control.Monad.State)
|
149 | fetchWord8 = State (\str -> case BS.uncons str of
| ^^^^^
cabal.exe: Failed to build encoding-0.5.2 (which is required by
exe:revshell-exe from revshell-0.1.0.0). See the build log above for details.
MK