File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Database/EventStore/Internal Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ module Database.EventStore.Internal.Connection
26
26
) where
27
27
28
28
--------------------------------------------------------------------------------
29
- import Prelude (String )
29
+ import Prelude (String , fail )
30
30
import Text.Printf
31
31
32
32
--------------------------------------------------------------------------------
33
+ import Control.Monad.Fix
33
34
import Control.Monad.Reader
34
35
import Data.Serialize
35
36
import Data.UUID
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ import GHC.Fingerprint
63
63
#endif
64
64
65
65
--------------------------------------------------------------------------------
66
+ import Control.Monad.Fix
66
67
import Control.Monad.Reader
67
68
import Data.UUID
68
69
import Data.UUID.V4
You can’t perform that action at this time.
0 commit comments