mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-30 01:16:54 +03:00
15 lines
216 B
Haskell
15 lines
216 B
Haskell
{-# OPTIONS_GHC -Wno-orphans #-}
|
|
|
|
module Network.URI.Orphans where
|
|
|
|
import Development.Shake.Classes
|
|
import Network.URI
|
|
|
|
instance Binary URIAuth
|
|
|
|
instance Binary URI
|
|
|
|
instance Hashable URIAuth
|
|
|
|
instance Hashable URI
|