Use tasty for tests, fix bug in circOnLine

This commit is contained in:
2021-12-14 11:50:01 +00:00
parent ec51efabca
commit 47391f3850
19 changed files with 143 additions and 113 deletions
+9 -4
View File
@@ -23,12 +23,12 @@ dependencies:
- base >= 4.7 && < 5
- containers
- unordered-containers
- heap
#- heap
- sdl2
- sdl2-mixer
- text
- OpenGL
- OpenGLRaw
- text
- raw-strings-qq
- bytestring
- lens
@@ -36,7 +36,7 @@ dependencies:
- fgl
- random
- bmp
- monad-loops
#- monad-loops
- JuicyPixels
- vector
- dlist
@@ -46,7 +46,6 @@ dependencies:
- linear
- aeson
- directory
- QuickCheck
- extra
- primitive
- streaming
@@ -54,6 +53,12 @@ dependencies:
- monad-parallel
- parallel
- Clipboard
# testing
- tasty
- tasty-hunit
- tasty-quickcheck
#- QuickCheck
#- HUnit
library:
source-dirs: src