commit
3f3cd028da
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
dist/
|
|
@ -1,6 +1,8 @@
|
||||||
-- | Miscellaneous general functions and Show, Eq, and Ord instances for PortID
|
-- | Miscellaneous general functions and Show, Eq, and Ord instances for PortID
|
||||||
|
|
||||||
{-# LANGUAGE FlexibleInstances, UndecidableInstances, StandaloneDeriving #-}
|
{-# LANGUAGE FlexibleInstances, UndecidableInstances, StandaloneDeriving #-}
|
||||||
|
-- PortID instances
|
||||||
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
|
|
||||||
module Database.MongoDB.Internal.Util where
|
module Database.MongoDB.Internal.Util where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue