mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Add text package to cabal
This commit is contained in:
parent
9d2f4de1d9
commit
85c7b8f92d
@ -27,14 +27,15 @@ library
|
||||
, Split
|
||||
, Unified
|
||||
build-depends: base >= 4.8 && < 5
|
||||
, blaze-html
|
||||
, bytestring
|
||||
, containers
|
||||
, free
|
||||
, mtl
|
||||
, rainbow
|
||||
, bytestring
|
||||
, blaze-html
|
||||
, text >= 1.2.1.3
|
||||
default-language: Haskell2010
|
||||
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable
|
||||
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable, OverloadedStrings
|
||||
ghc-options: -Wall -fno-warn-name-shadowing
|
||||
|
||||
executable semantic-diff-exe
|
||||
|
Loading…
Reference in New Issue
Block a user