mirror of
https://github.com/facebook/duckling.git
synced 2024-11-29 01:03:44 +03:00
fix build
Summary: `Duckling.Resolve.Options` clashes with `Data.Aeson.Options`. Reviewed By: niteria Differential Revision: D7337751 fbshipit-source-id: c9dc633301d45704dbb4975d1942fc5f360a4a44
This commit is contained in:
parent
21c3b32e4d
commit
6d7d0ba354
@ -19,7 +19,7 @@ module Duckling.Engine
|
||||
|
||||
import Control.DeepSeq
|
||||
import Control.Monad.Extra
|
||||
import Data.Aeson
|
||||
import Data.Aeson (toJSON)
|
||||
import Data.ByteString (ByteString)
|
||||
import Data.Functor.Identity
|
||||
import Data.Maybe
|
||||
|
@ -26,7 +26,7 @@ module Duckling.Testing.Types
|
||||
, zTime
|
||||
) where
|
||||
|
||||
import Data.Aeson
|
||||
import Data.Aeson (toJSON, ToJSON, Value)
|
||||
import Data.Fixed (Pico)
|
||||
import Data.Text (Text)
|
||||
import Prelude
|
||||
|
Loading…
Reference in New Issue
Block a user