We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1facd87 commit 8387979Copy full SHA for 8387979
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- run:
24
name: Update Dependencies
25
- command: cabal new-update && cabal new-install --lib
+ command: cabal new-update
26
27
name: Build
28
command: cabal new-build --enable-tests --enable-documentation
src/Data/RTree/Double/Strict/Internal.hs
@@ -64,6 +64,7 @@ module Data.RTree.Double.Strict.Internal
64
, bulkSTR
65
) where
66
67
+import Control.Applicative
68
import Control.DeepSeq
69
import Control.Exception (assert)
70
import Data.Bits
src/Data/RTree/Float/Strict/Internal.hs
@@ -64,6 +64,7 @@ module Data.RTree.Float.Strict.Internal
0 commit comments