Skip to content

Commit

Permalink
Resolved warning messages when running stack test.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJohnson committed Apr 14, 2018
1 parent e20a07f commit f3d6380
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions geodetics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test-suite GeodeticTest
type: exitcode-stdio-1.0
main-is: Main.hs
x-uses-tf: true
build-depends:
build-depends: geodetics,
base >= 4.6 && < 5,
HUnit >= 1.2,
dimensional >= 0.13,
Expand All @@ -66,5 +66,14 @@ test-suite GeodeticTest
ghc-options: -Wall -rtsopts
other-modules:
ArbitraryInstances,
Main
Main,
Geodetics.Altitude,
Geodetics.Ellipsoids
Geodetics.Geodetic,
Geodetics.Grid,
Geodetics.LatLongParser,
Geodetics.Path,
Geodetics.Stereographic,
Geodetics.TransverseMercator,
Geodetics.UK
Default-Language: Haskell2010

0 comments on commit f3d6380

Please sign in to comment.