Skip to content

Commit

Permalink
try time-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Dec 25, 2023
1 parent 7bedf81 commit b1edc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
, array ^>= 0.4.0.1 || ^>= 0.5.0.0
, temporary ^>= 1.3
, text ^>= 1.2.3.1 || ^>= 2.0.1 || ^>= 2.1
, time >= 1.4.0.0
, time-compat ^>= 1.9.0.0
, transformers ^>= 0.3.0.0 || ^>= 0.4.2.0 || ^>= 0.5.2.0 || ^>= 0.6.0.2

if !os(windows)
Expand Down
4 changes: 2 additions & 2 deletions cabal-testsuite/src/Test/Cabal/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Test.Cabal.Prelude (
module Control.Monad.IO.Class,
module Distribution.Version,
module Distribution.Simple.Program,
module Data.Time.Format.ISO8601
module Data.Time.Format.ISO8601.Compat
) where

import Test.Cabal.Script
Expand Down Expand Up @@ -67,7 +67,7 @@ import Control.Concurrent (threadDelay)
import qualified Data.Char as Char
import System.Environment
import Data.Time
import Data.Time.Format.ISO8601 (iso8601ParseM)
import Data.Time.Format.ISO8601.Compat (iso8601ParseM)
import System.Directory

#ifndef mingw32_HOST_OS
Expand Down

0 comments on commit b1edc91

Please sign in to comment.