Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Reorganize shared modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed May 21, 2017
1 parent 3572b72 commit dc0a161
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions ghc-mod.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Library
Default-Extensions: ScopedTypeVariables, RecordWildCards, NamedFieldPuns,
ConstraintKinds, FlexibleContexts,
DataKinds, KindSignatures, TypeOperators, ViewPatterns
HS-Source-Dirs: ., core
HS-Source-Dirs: ., core, shared
Exposed-Modules:
GhcMod
GhcModExe.Boot
Expand Down Expand Up @@ -221,7 +221,7 @@ Executable ghc-mod
, GHCMod.Options.ShellParse
GHC-Options: -Wall -fno-warn-deprecations -threaded
Default-Extensions: ConstraintKinds, FlexibleContexts
HS-Source-Dirs: src
HS-Source-Dirs: src, shared
X-Internal: True
Build-Depends:
-- See Note [GHC Boot libraries]
Expand Down Expand Up @@ -251,7 +251,7 @@ Executable ghc-modi
if os(windows)
Cpp-Options: -DWINDOWS
Default-Extensions: ConstraintKinds, FlexibleContexts
HS-Source-Dirs: src, .
HS-Source-Dirs: ., src, shared
Build-Depends:
-- See Note [GHC Boot libraries]
base
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions test/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ main = do
, "-XScopedTypeVariables", "-XRecordWildCards", "-XNamedFieldPuns", "-XConstraintKinds", "-XFlexibleContexts", "-XDataKinds", "-XKindSignatures", "-XTypeOperators", "-XViewPatterns"
, "-i" ++ distdir ++ "/build/autogen/"
, "-icore/"
, "-ishared"
-- , "-optP-include"
-- , "-optP" ++ distdir ++ "/build/autogen/cabal_macros.h"
, "GhcMod.hs"
Expand Down

0 comments on commit dc0a161

Please sign in to comment.