NorfairKing / haphviz

Graphviz code generation with Haskell
MIT License
18 stars 4 forks source link

Compile failure with GHC 7.8 #4

Closed hvr closed 7 years ago

hvr commented 7 years ago

see below

Configuring component lib from haphviz-0.2.0.1
Preprocessing library haphviz-0.2.0.1...
[1 of 9] Compiling Text.Dot.Types.Internal ( src/Text/Dot/Types/Internal.hs, /tmp/matrix-worker/1480708206/dist-newstyle/build/x86_64-linux/ghc-7.8.4/haphviz-0.2.0.1/build/Text/Dot/Types/Internal.o )

src/Text/Dot/Types/Internal.hs:78:10:
    Not in scope: type constructor or class ‘Monoid’
    Perhaps you meant ‘Monad’ (imported from Prelude)
NorfairKing commented 7 years ago

Thanks for showing me. Will up the cabal version bound for base.

hvr commented 7 years ago

@NorfairKing btw/jfyi (in case you are not aware), you can easily fixup the meta-data for the two affected releases via

PS: base >= 4.8 is what's needed

NorfairKing commented 7 years ago

Aha, so no need to rerelease? That makes things easier...