Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hie-core outside an IDE work better #1895

Merged
merged 9 commits into from
Jun 26, 2019
Next Next commit
Move the hie-core demo files around (they aren't really a demo anymore)
  • Loading branch information
ndmitchell committed Jun 26, 2019
commit 101dc6cf53c8baa5313fe64aa96f07231f67833c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Demo(main) where
module Main(main) where

import Data.Maybe
import Control.Concurrent.Extra
Expand Down
6 changes: 2 additions & 4 deletions compiler/hie-core/hie-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ library

executable hie-core
default-language: Haskell2010
main-is: Demo.hs
ghc-options: -main-is Demo.main
hs-source-dirs: exe
main-is: Main.hs
build-depends:
base == 4.*,
containers,
Expand All @@ -123,5 +123,3 @@ executable hie-core
TupleSections
RecordWildCards
ViewPatterns

hs-source-dirs: test