corsis / clock

High-resolution clock functions: monotonic, realtime, cputime.
Other
58 stars 25 forks source link

`master` breaks build with GHC 7.6 #75

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

The released clock-0.8.2 build with GHC 7.6, but not master:

$ cabal build -w ghc-7.6.3
...
Building library for clock-0.8.2..

System/Clock.hsc:23:8:
    Could not find module `Data.Coerce'
andreasabel commented 2 years ago

import Data.Coerce was added in PRs

This module is new in base-4.7, so the constraints on base should have been updated as well.