Skip to content

Commit 8387979

Browse files
Importing liftA2 for base < 4.18, actually dropping installation from CI
1 parent 1facd87 commit 8387979

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- run:
2424
name: Update Dependencies
25-
command: cabal new-update && cabal new-install --lib
25+
command: cabal new-update
2626
- run:
2727
name: Build
2828
command: cabal new-build --enable-tests --enable-documentation

src/Data/RTree/Double/Strict/Internal.hs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ module Data.RTree.Double.Strict.Internal
6464
, bulkSTR
6565
) where
6666

67+
import Control.Applicative
6768
import Control.DeepSeq
6869
import Control.Exception (assert)
6970
import Data.Bits

src/Data/RTree/Float/Strict/Internal.hs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ module Data.RTree.Float.Strict.Internal
6464
, bulkSTR
6565
) where
6666

67+
import Control.Applicative
6768
import Control.DeepSeq
6869
import Control.Exception (assert)
6970
import Data.Bits

0 commit comments

Comments
 (0)