Skip to content

Commit

Permalink
Merge pull request #128 from haskell-works/newhoggy/update-dependency…
Browse files Browse the repository at this point in the history
…-versions

Update dependency versions
  • Loading branch information
newhoggy authored Aug 15, 2022
2 parents c99ff4b + 0fadccf commit 2382e6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hw-xml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ common attoparsec { build-depends: attoparsec >=
common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.12 }
common cereal { build-depends: cereal >= 0.5.8.1 && < 0.6 }
common containers { build-depends: containers >= 0.5.10.2 && < 0.7 }
common criterion { build-depends: criterion >= 1.5.5.0 && < 1.6 }
common criterion { build-depends: criterion >= 1.5.5.0 && < 1.7 }
common deepseq { build-depends: deepseq >= 1.4.3.0 && < 1.5 }
common doctest { build-depends: doctest >= 0.16.2 && < 0.21 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 }
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.9 }
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.10 }
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.2 }
common hspec { build-depends: hspec >= 2.5 && < 3.0 }
common hspec { build-depends: hspec >= 2.5 && < 3 }
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.1 && < 0.5 }
common hw-bits { build-depends: hw-bits >= 0.7.0.9 && < 0.8 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
Expand All @@ -51,9 +51,9 @@ common mmap { build-depends: mmap >=
common mtl { build-depends: mtl >= 2.2.2 && < 3 }
common optparse-applicative { build-depends: optparse-applicative >= 0.15.1.0 && < 0.18 }
common resourcet { build-depends: resourcet >= 1.2.2 && < 1.3 }
common text { build-depends: text >= 1.2.3.2 && < 1.3 }
common text { build-depends: text >= 1.2.3.2 && < 2 }
common transformers { build-depends: transformers >= 0.5 && < 0.7 }
common vector { build-depends: vector >= 0.12.0.3 && < 0.13 }
common vector { build-depends: vector >= 0.12.0.3 && < 0.14 }
common word8 { build-depends: word8 >= 0.1.3 && < 0.2 }

common config
Expand Down

0 comments on commit 2382e6e

Please sign in to comment.