Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions time-compat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ test-suite instances
-- * disabled 'TimeOfDay minBound 0 0' (Test.LocalTime.Time)
--
test-suite main
if !impl(ghc >=7.4)
buildable: False

default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test/main
Expand Down Expand Up @@ -141,11 +138,6 @@ test-suite main
, template-haskell
, time-compat

if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
, semigroups >=0.18.5 && <0.21

build-depends: time
main-is: Main.hs
other-modules:
Expand Down