File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ common hw-balancedparens { build-depends: hw-balancedparens >=
4141common hw-bits { build-depends : hw-bits >= 0.7.0.7 && < 0.8 }
4242common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1 && < 0.2 }
4343common 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 }
4545common hw-rankselect { build-depends : hw-rankselect >= 0.13.2.0 && < 0.14 }
4646common hw-rankselect-base { build-depends : hw-rankselect-base >= 0.3.2.1 && < 0.4 }
4747common lens { build-depends : lens >= 4.17.1 && < 5.0 }
@@ -125,22 +125,22 @@ library
125125 ghc-options : -Wall -O2 -msse4.2
126126
127127executable 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
You can’t perform that action at this time.
0 commit comments