Use tasty for tests, fix bug in circOnLine
This commit is contained in:
+9
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user