edited project files to include used libs

This commit is contained in:
Dennis Frieberg 2020-08-24 22:41:19 +02:00
parent 5c24fa2792
commit ddd42c1914
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,8 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- base >= 4.7 && < 5
- text
- containers
library:
source-dirs: src

View file

@ -25,6 +25,8 @@ source-repository head
library
exposed-modules:
Data.Queue
Data.TickLeiste
Lib
other-modules:
Paths_tickLeiste
@ -32,6 +34,8 @@ library
src
build-depends:
base >=4.7 && <5
, containers
, text
default-language: Haskell2010
test-suite tickLeiste-test
@ -44,5 +48,7 @@ test-suite tickLeiste-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, text
, tickLeiste
default-language: Haskell2010