summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:02:37 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 15:02:37 -0700
commit8e051f1c825beafef7c4464f60a1adbe2d3fd36a (patch)
tree787fa3d86b018c78311552619e0bbfb425403a3d /Build/NullSoftInstaller.hs
parent6d66a81ca98f8579bf06f7fb724ed733670d39b9 (diff)
update for ghc 7.10
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
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