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
1313import HaskellWorks.Data.BalancedParens.Simple
1414import HaskellWorks.Data.Bits.BitShown
1515import HaskellWorks.Data.FromByteString
16- import HaskellWorks.Data.RankSelect.CsPoppy
16+ import HaskellWorks.Data.RankSelect.CsPoppy1
1717import HaskellWorks.Data.TreeCursor
1818import HaskellWorks.Data.Xml.Decode
1919import HaskellWorks.Data.Xml.DecodeResult
@@ -27,7 +27,7 @@ import qualified Data.ByteString as BS
2727import qualified Data.Vector.Storable as DVS
2828
2929type 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 )
3131
3232-- | Read an XML file into memory and return a raw cursor initialised to the
3333-- 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 >=
4444common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1 && < 0.2 }
4545common hw-parser { build-depends : hw-parser >= 0.1.0.1 && < 0.2 }
4646common 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 }
4848common hw-rankselect-base { build-depends : hw-rankselect-base >= 0.3.2.1 && < 0.4 }
4949common lens { build-depends : lens >= 4.17.1 && < 5.0 }
5050common 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
1010 ) where
1111
1212import Data.List
13- import Data.Monoid
13+ import Data.Semigroup ( (<>) )
1414import HaskellWorks.Data.Xml.Grammar
1515import HaskellWorks.Data.Xml.Succinct.Index
1616import Text.PrettyPrint.ANSI.Leijen hiding ((<$>) , (<>) )
You can’t perform that action at this time.
0 commit comments