From c61b16d993c03bfdb2253453214df70bb19e026e Mon Sep 17 00:00:00 2001 From: joshvera Date: Mon, 4 Jan 2016 16:04:04 -0500 Subject: [PATCH] move these --- semantic-diff.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-diff.cabal b/semantic-diff.cabal index 2fda2781c..06fb08781 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -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