summaryrefslogtreecommitdiff
path: root/src/Data/Wrapper/PSQInt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Wrapper/PSQInt.hs')
-rw-r--r--src/Data/Wrapper/PSQInt.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Data/Wrapper/PSQInt.hs b/src/Data/Wrapper/PSQInt.hs
index c61b7ab6..5badb8b2 100644
--- a/src/Data/Wrapper/PSQInt.hs
+++ b/src/Data/Wrapper/PSQInt.hs
@@ -19,12 +19,10 @@ fold' f a q = PSQueue.foldr f' a q
19#else 19#else
20 ( module Data.Wrapper.PSQInt 20 ( module Data.Wrapper.PSQInt
21 , module IntPSQ 21 , module IntPSQ
22 , pattern (:->) 22 , module Data.Wrapper.PSQ
23 , key
24 , prio
25 ) where 23 ) where
26 24
27import Data.Wrapper.PSQ (Binding, pattern (:->), key, prio) 25import Data.Wrapper.PSQ (Binding, pattern (:->), key, prio, toMicroseconds)
28 26
29import Data.IntPSQ as IntPSQ hiding (insert, map, singleton, minView) 27import Data.IntPSQ as IntPSQ hiding (insert, map, singleton, minView)
30import qualified Data.IntPSQ as Q 28import qualified Data.IntPSQ as Q