creating src/Boot.hs.

This commit is contained in:
Kazu Yamamoto
2014-04-21 11:57:14 +09:00
parent e4f4ef52c0
commit 064e4af236
3 changed files with 49 additions and 38 deletions

View File

@@ -88,7 +88,8 @@ Library
Executable ghc-mod
Default-Language: Haskell2010
Main-Is: GHCMod.hs
Other-Modules: Paths_ghc_mod
Other-Modules: Boot
Paths_ghc_mod
GHC-Options: -Wall
HS-Source-Dirs: src
Build-Depends: base >= 4.0 && < 5
@@ -100,7 +101,8 @@ Executable ghc-mod
Executable ghc-modi
Default-Language: Haskell2010
Main-Is: GHCModi.hs
Other-Modules: Paths_ghc_mod
Other-Modules: Boot
Paths_ghc_mod
GHC-Options: -Wall
HS-Source-Dirs: src
Build-Depends: base >= 4.0 && < 5