Revision ebf38064 htools/Ganeti/HTools/Compat.hs

b/htools/Ganeti/HTools/Compat.hs
2 2

  
3 3
{- | Compatibility helper module.
4 4

  
5
This module holds definitions that help with supporting multiple library versions or transitions between versions.
5
This module holds definitions that help with supporting multiple
6
library versions or transitions between versions.
6 7

  
7 8
-}
8 9

  
......
28 29
-}
29 30

  
30 31
module Ganeti.HTools.Compat
31
    ( rwhnf
32
    , Control.Parallel.Strategies.parMap
33
    ) where
32
  ( rwhnf
33
  , Control.Parallel.Strategies.parMap
34
  ) where
34 35

  
35 36
import qualified Control.Parallel.Strategies
36 37

  

Also available in: Unified diff