diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-28 21:13:49 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-28 21:13:49 +0200 |
commit | 7e79dacef6fbeb1ae7805072f6a04b36d99eab7b (patch) | |
tree | f60449b2a65063385494738e8d7a21da22fe3adf /Setup.hs | |
parent | 2deb4b3d9732887be3e18ad01e9505ac17eca104 (diff) |
Fix Setup.hs for GHC<7.10
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ import Distribution.Simple.LocalBuildInfo import Distribution.Simple.Program import Distribution.PackageDescription +import Control.Applicative -- for GHC<7.10 import Control.Monad import Data.List import Data.Maybe |