DomainInfo: fix warnings.
parent
0077da993e
commit
c165a0c93c
|
@ -1,8 +1,6 @@
|
||||||
module App.Type.DomainInfo where
|
module App.Type.DomainInfo where
|
||||||
|
|
||||||
import Prelude ((<>), map, bind, pure)
|
import Data.Maybe (Maybe(..))
|
||||||
|
|
||||||
import Data.Maybe (Maybe(..), maybe)
|
|
||||||
|
|
||||||
import Data.Codec.Argonaut (JsonCodec)
|
import Data.Codec.Argonaut (JsonCodec)
|
||||||
import Data.Codec.Argonaut as CA
|
import Data.Codec.Argonaut as CA
|
||||||
|
|
Loading…
Reference in New Issue