commit cb05f784012634c940ab84d1870883dbfd5bf5e6 parent 548137b87d5e1d0f21536485f8816c8a2de530f3 Author: Jared Tobin <jared@jtobin.ca> Date: Fri, 4 Mar 2016 08:53:08 +1300 Add CPP pragma. Diffstat:
M | src/System/Random/MWC/Probability.hs | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/System/Random/MWC/Probability.hs b/src/System/Random/MWC/Probability.hs @@ -1,4 +1,5 @@ {-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE CPP #-} {-# OPTIONS_GHC -Wall #-} -- |