1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

move these

This commit is contained in:
joshvera 2016-01-04 16:04:04 -05:00
parent 7a03ac709b
commit c61b16d993

View File

@ -53,6 +53,7 @@ executable semantic-diff-exe
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, bifunctors
, bytestring
, containers
, directory
@ -62,7 +63,6 @@ executable semantic-diff-exe
, semantic-diff
, text >= 1.2.1.3
, text-icu
, bifunctors
default-language: Haskell2010
default-extensions: OverloadedStrings
@ -75,6 +75,7 @@ executable semantic-diff-profile
-fprof-auto
"-with-rtsopts=-N -p -s -h -i0.1"
build-depends: base
, bifunctors
, bytestring
, containers
, directory
@ -84,7 +85,6 @@ executable semantic-diff-profile
, semantic-diff
, text >= 1.2.1.3
, text-icu
, bifunctors
default-extensions: OverloadedStrings
default-language: Haskell2010