Fix ambiguous occurance of Strict
This commit is contained in:
parent
81f8b885d4
commit
10bc3be75c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
import Control.Lens
|
||||
import Control.Lens ((&), (<>~))
|
||||
import Data.Aeson
|
||||
import Data.Proxy
|
||||
import Data.String.Conversions
|
||||
|
|
Loading…
Reference in a new issue