diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-01 15:02:37 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-01 15:02:37 -0700 |
commit | 8e051f1c825beafef7c4464f60a1adbe2d3fd36a (patch) | |
tree | 787fa3d86b018c78311552619e0bbfb425403a3d /Build | |
parent | 6d66a81ca98f8579bf06f7fb724ed733670d39b9 (diff) |
update for ghc 7.10
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 7bb16f3f7..e300036e4 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -17,7 +17,7 @@ - Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE OverloadedStrings, FlexibleContexts #-}
import Development.NSIS
import System.Directory
|