File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/HaskellWorks/Data/Xml Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import HaskellWorks.Data.BalancedParens.RangeMin2
13
13
import HaskellWorks.Data.BalancedParens.Simple
14
14
import HaskellWorks.Data.Bits.BitShown
15
15
import HaskellWorks.Data.FromByteString
16
- import HaskellWorks.Data.RankSelect.CsPoppy
16
+ import HaskellWorks.Data.RankSelect.CsPoppy1
17
17
import HaskellWorks.Data.TreeCursor
18
18
import HaskellWorks.Data.Xml.Decode
19
19
import HaskellWorks.Data.Xml.DecodeResult
@@ -27,7 +27,7 @@ import qualified Data.ByteString as BS
27
27
import qualified Data.Vector.Storable as DVS
28
28
29
29
type RawCursor = XmlCursor BS. ByteString (BitShown (DVS. Vector Word64 )) (SimpleBalancedParens (DVS. Vector Word64 ))
30
- type FastCursor = XmlCursor BS. ByteString CsPoppy (RangeMin2 CsPoppy )
30
+ type FastCursor = XmlCursor BS. ByteString CsPoppy1 (RangeMin2 CsPoppy1 )
31
31
32
32
-- | Read an XML file into memory and return a raw cursor initialised to the
33
33
-- start of the XML document.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ common hw-conduit { build-depends: hw-conduit >=
44
44
common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1 && < 0.2 }
45
45
common hw-parser { build-depends : hw-parser >= 0.1.0.1 && < 0.2 }
46
46
common hw-prim { build-depends : hw-prim >= 0.6.2.28 && < 0.7 }
47
- common hw-rankselect { build-depends : hw-rankselect >= 0.13.1 .0 && < 0.14 }
47
+ common hw-rankselect { build-depends : hw-rankselect >= 0.13.2 .0 && < 0.14 }
48
48
common hw-rankselect-base { build-depends : hw-rankselect-base >= 0.3.2.1 && < 0.4 }
49
49
common lens { build-depends : lens >= 4.17.1 && < 5.0 }
50
50
common mmap { build-depends : mmap >= 0.5.9 && < 0.6 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module HaskellWorks.Data.Xml.RawValue
10
10
) where
11
11
12
12
import Data.List
13
- import Data.Monoid
13
+ import Data.Semigroup ( (<>) )
14
14
import HaskellWorks.Data.Xml.Grammar
15
15
import HaskellWorks.Data.Xml.Succinct.Index
16
16
import Text.PrettyPrint.ANSI.Leijen hiding ((<$>) , (<>) )
You can’t perform that action at this time.
0 commit comments