Skip to content

Commit 332dd77

Browse files
authored
Merge pull request #92 from haskell-works/upgrade-hw-prim-dependency-for-construct64UnzipN-bugfix
Upgrade hw-prim dependency for construct64UnzipN bugfix
2 parents e65583a + 3cda581 commit 332dd77

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

hw-xml.cabal

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ common hw-balancedparens { build-depends: hw-balancedparens >=
4141
common hw-bits { build-depends: hw-bits >= 0.7.0.7 && < 0.8 }
4242
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
4343
common hw-parser { build-depends: hw-parser >= 0.1.0.1 && < 0.2 }
44-
common hw-prim { build-depends: hw-prim >= 0.6.2.33 && < 0.7 }
44+
common hw-prim { build-depends: hw-prim >= 0.6.2.39 && < 0.7 }
4545
common hw-rankselect { build-depends: hw-rankselect >= 0.13.2.0 && < 0.14 }
4646
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.1 && < 0.4 }
4747
common lens { build-depends: lens >= 4.17.1 && < 5.0 }
@@ -125,22 +125,22 @@ library
125125
ghc-options: -Wall -O2 -msse4.2
126126

127127
executable hw-xml
128-
import: base, config
129-
, attoparsec
130-
, bytestring
131-
, generic-lens
132-
, hw-balancedparens
133-
, hw-bits
134-
, hw-prim
135-
, hw-rankselect
136-
, hw-xml
137-
, lens
138-
, mmap
139-
, mtl
140-
, optparse-applicative
141-
, resourcet
142-
, text
143-
, vector
128+
import: base, config
129+
, attoparsec
130+
, bytestring
131+
, generic-lens
132+
, hw-balancedparens
133+
, hw-bits
134+
, hw-prim
135+
, hw-rankselect
136+
, hw-xml
137+
, lens
138+
, mmap
139+
, mtl
140+
, optparse-applicative
141+
, resourcet
142+
, text
143+
, vector
144144
main-is: Main.hs
145145
other-modules: Paths_hw_xml
146146
App.Commands

0 commit comments

Comments
 (0)