hs-libgit icon indicating copy to clipboard operation
hs-libgit copied to clipboard

Build failure with mtl-2.3

Open sjakobi opened this issue 3 years ago • 0 comments

Building library for libgit-0.3.1..
[1 of 5] Compiling Lib.Git.Type     ( Lib/Git/Type.hs, dist/build/Lib/Git/Type.o, dist/build/Lib/Git/Type.dyn_o )

Lib/Git/Type.hs:152:9: error:
    Variable not in scope: when :: Bool -> IO () -> IO a0
    |
152 |         when (length input > 0) $ do hPutStr inh input; hFlush inh
    |         ^^^^

sjakobi avatar May 20 '22 00:05 sjakobi