snapframework / io-streams-haproxy

HAProxy protocol v1.5 support for io-streams
BSD 3-Clause "New" or "Revised" License
7 stars 17 forks source link

inaccurate version bounds in .cabal file #12

Closed hvr closed 8 years ago

hvr commented 8 years ago

The following compile error occurs with GHC 7.2 (base-4.4), compilation with GHC 7.4 (base-4.5) is fine though:

[1 of 2] Compiling System.IO.Streams.Network.Internal.Address ( src/System/IO/Streams/Network/Internal/Address.hs, dist/dist-sandbox-f89bdc8f/build/System/IO/Streams/Network/Internal/Address.o )
[2 of 2] Compiling System.IO.Streams.Network.HAProxy ( src/System/IO/Streams/Network/HAProxy.hs, dist/dist-sandbox-f89bdc8f/build/System/IO/Streams/Network/HAProxy.o )

src/System/IO/Streams/Network/HAProxy.hs:44:62:
    Module `Data.Bits' does not export `unsafeShiftR'
xcabal: Error: some packages failed to install:
io-streams-haproxy-1.0.0.0 failed during the building phase. The exception
was:
ExitFailure 1

I've edited in a base >= 4.5 bound at https://hackage.haskell.org/package/io-streams-haproxy-1.0.0.0/revisions/

mightybyte commented 8 years ago

Thanks!