maoe / lifted-async

Run lifted IO operations asynchronously and wait for their results
http://hackage.haskell.org/package/lifted-async
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

fails to compile with GHC 7.0.4 & GHC 7.2.2 #14

Closed hvr closed 9 years ago

hvr commented 9 years ago

If GHC <= 7.2 isn't supported anymore, please constraint to base>=4.5 in future releases

The error is

Configuring lifted-async-0.6.0...
Building lifted-async-0.6.0...
Preprocessing library lifted-async-0.6.0...

src/Control/Concurrent/Async/Lifted/Safe.hs:1:14:
    Unsupported extension: ConstraintKinds
Failed to install lifted-async-0.6.0
cabal: Error: some packages failed to install:
lifted-async-0.6.0 failed during the building phase. The exception was:
ExitFailure 1
maoe commented 9 years ago

Fixed and released as v0.6.0.1. Thanks.