mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Copy the necessary dependencies into the library.
This commit is contained in:
parent
bbcb3be6fc
commit
815494b619
@ -29,6 +29,8 @@ library
|
||||
, containers
|
||||
, free
|
||||
, mtl
|
||||
, rainbow
|
||||
, bytestring
|
||||
default-language: Haskell2010
|
||||
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable
|
||||
ghc-options: -Wall -fno-warn-name-shadowing
|
||||
@ -41,7 +43,6 @@ executable semantic-diff-exe
|
||||
, containers
|
||||
, free
|
||||
, semantic-diff
|
||||
, rainbow
|
||||
, bytestring
|
||||
, optparse-applicative
|
||||
default-language: Haskell2010
|
||||
|
Loading…
Reference in New Issue
Block a user