1
1
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:
joshvera 2015-12-15 11:47:52 -05:00
parent 9d2f4de1d9
commit 85c7b8f92d

View File

@ -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