Move library into src/

This commit is contained in:
Oleg Grenrus 2018-03-08 19:57:40 +02:00
parent b33607b048
commit cd7c077ecc
18 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ source-repository head
location: git://github.com/koalaman/shellcheck.git
library
hs-source-dirs: src
build-depends:
base >= 4 && < 5,
containers >= 0.5,
@ -77,6 +78,7 @@ library
executable shellcheck
build-depends:
base >= 4 && < 5,
ShellCheck,
containers,
directory,
json >= 0.3.6,
@ -90,6 +92,7 @@ test-suite test-shellcheck
type: exitcode-stdio-1.0
build-depends:
base >= 4 && < 5,
ShellCheck,
containers,
directory,
json,