Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
ghc-mod
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Daniel Gröber
ghc-mod
Commits
a571c2cc
Commit
a571c2cc
authored
Feb 10, 2018
by
Daniel Gröber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change ghc-mod-core to build-type:simple
parent
3cd52af7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
Setup.hs
core/Setup.hs
+1
-7
ghc-mod-core.cabal
core/ghc-mod-core.cabal
+2
-2
No files found.
core/Setup.hs
View file @
a571c2cc
import
Distribution.Simple
import
Distribution.Simple.Program
main
::
IO
()
main
=
defaultMainWithHooks
$
simpleUserHooks
{
hookedPrograms
=
[
simpleProgram
"shelltest"
]
}
main
=
defaultMain
core/ghc-mod-core.cabal
View file @
a571c2cc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment