Change ghc-mod-core to build-type:simple
This commit is contained in:
parent
3cd52af7ca
commit
a571c2ccfc
@ -1,8 +1,2 @@
|
||||
|
||||
import Distribution.Simple
|
||||
import Distribution.Simple.Program
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMainWithHooks $ simpleUserHooks {
|
||||
hookedPrograms = [ simpleProgram "shelltest" ]
|
||||
}
|
||||
main = defaultMain
|
||||
|
@ -24,8 +24,8 @@ Description:
|
||||
|
||||
|
||||
Category: GHC, Development
|
||||
Cabal-Version: >= 1.18
|
||||
Build-Type: Custom
|
||||
Cabal-Version: >= 1.24
|
||||
Build-Type: Simple
|
||||
-- Extra-Source-Files: ChangeLog
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user