File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ library
177
177
, enummapset < 0.8
178
178
, ghc-typelits-knownnat < 1
179
179
, ghc-typelits-natnormalise < 1
180
- , ilist < 0.5
180
+ , indexed-traversable < 0.2
181
181
, orthotope < 0.2
182
182
, ox-arrays < 0.2
183
183
, random >= 1.3.0 && < 1.4
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ import Control.Exception.Assert.Sugar
14
14
import Data.Coerce (Coercible , coerce )
15
15
import Data.Foldable qualified as Foldable
16
16
import Data.Function ((&) )
17
+ import Data.Functor.WithIndex (imap )
17
18
import Data.Int (Int64 )
18
19
import Data.List (foldl' , mapAccumL , mapAccumR )
19
- import Data.List.Index (imap )
20
20
import Data.List.NonEmpty qualified as NonEmpty
21
21
import Data.Map.Strict qualified as M
22
22
import Data.Proxy (Proxy (Proxy ))
You can’t perform that action at this time.
0 commit comments