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

Dependencies and stuff?

This commit is contained in:
Rob Rix 2015-11-17 15:03:25 -08:00
parent 5837cac53f
commit 67c707646d

View File

@ -13,8 +13,12 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Lib
build-depends: base >= 4.7 && < 5
exposed-modules: Diff
, Syntax
build-depends: base >= 4.8 && < 5
, containers
, data-fix == 0.0.1
, free
default-language: Haskell2010
executable semantic-diff-exe