1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Move Console and Unified into the exe.

This commit is contained in:
Rob Rix 2015-11-27 10:14:12 -05:00
parent 09642ae264
commit 99e383a644
3 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,6 @@ library
, SES
, Categorizable
, Term
, Unified
, Console
build-depends: base >= 4.8 && < 5
, containers
, free
@ -33,6 +31,8 @@ library
executable semantic-diff-exe
hs-source-dirs: app
main-is: Main.hs
, Unified
, Console
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, containers