Skip to content

Commit 977ac86

Browse files
authored
Merge pull request #70 from phadej/aeson-1.2.2.0
Fix test-suite compilation against aeson-1.2.2.0
2 parents 22eef92 + 67200c4 commit 977ac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Servant/SwaggerSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Servant.SwaggerSpec where
88

99
import Control.Lens
10-
import Data.Aeson
10+
import Data.Aeson (ToJSON(toJSON), Value, genericToJSON)
1111
import Data.Aeson.QQ
1212
import qualified Data.Aeson.Types as JSON
1313
import Data.Char (toLower)

0 commit comments

Comments
 (0)