Closed andreasabel closed 2 years ago
The released clock-0.8.2 build with GHC 7.6, but not master:
clock-0.8.2
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'
import Data.Coerce was added in PRs
import Data.Coerce
This module is new in base-4.7, so the constraints on base should have been updated as well.
base-4.7
base
The released
clock-0.8.2
build with GHC 7.6, but notmaster
: