Skip to content

Commit 8cd7b9e

Browse files
author
Dan Fithian
committed
Imports
1 parent a73f51d commit 8cd7b9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/PropertyKeys.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module PropertyKeys ( keysTests ) where
44

55
import Prelude.Compat
66

7+
import Control.Applicative (Const)
78
import Data.Time (Day, LocalTime, TimeOfDay, UTCTime)
89
import Data.Version (Version)
910
import Instances ()

tests/UnitTests.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module UnitTests
2424

2525
import Prelude.Compat
2626

27+
import Control.Applicative (Const)
2728
import Control.Monad (forM, forM_)
2829
import Data.Aeson ((.=), (.:), (.:?), (.:!), FromJSON(..), FromJSONKeyFunction(..), FromJSONKey(..), ToJSON1(..), decode, eitherDecode, encode, fromJSON, genericParseJSON, genericToEncoding, genericToJSON, object, withObject, withEmbeddedJSON)
2930
import Data.Aeson.Internal (JSONPathElement(..), formatError)

0 commit comments

Comments
 (0)