mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Add custom-setup stanza to fix build warnings
This commit is contained in:
parent
d2ce3eb988
commit
c66631cfa6
@ -180,6 +180,12 @@ test-suite test
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
||||||
|
|
||||||
|
custom-setup
|
||||||
|
setup-depends: base >= 4.8 && < 5
|
||||||
|
, Cabal
|
||||||
|
, directory
|
||||||
|
, process
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/github/semantic-diff
|
location: https://github.com/github/semantic-diff
|
||||||
|
Loading…
Reference in New Issue
Block a user