We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3938af5 commit b421013Copy full SHA for b421013
isometry.cabal
@@ -194,6 +194,7 @@ test-suite test
194
main-is: Test.hs
195
other-modules:
196
Data.IntervalSet.Test
197
+ Geometry.Plane.Test
198
Geometry.Transform.Test
199
ghc-options: -threaded -rtsopts -with-rtsopts=-N
200
build-depends:
test/Geometry/Plane/Test.hs
@@ -0,0 +1,2 @@
1
+module Geometry.Plane.Test
2
+() where
0 commit comments