Skip to content

Commit

Permalink
Fix aeson-benchmarks by adding tagged as a dependency there as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Mar 1, 2016
1 parent 8b045b5 commit 4d5aa5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmarks/aeson-benchmarks.cabal
Expand Up @@ -44,6 +44,7 @@ library
mtl,
scientific >= 0.3.1 && < 0.4,
syb,
tagged >=0.8.3 && <0.9,
template-haskell >= 2.4,
text >= 1.1.1.0,
time,
Expand All @@ -52,8 +53,8 @@ library
vector >= 0.7.1

if !impl(ghc >= 8.0)
-- `Data.Semigroup` is available in base only since GHC 8.0
build-depends: semigroups >= 0.16.1
-- `Data.Semigroup` is available in base only since GHC 8.0 / base 4.9
build-depends: semigroups >= 0.16.1 && < 0.19

if flag(old-locale)
build-depends: time < 1.5, old-locale
Expand Down

0 comments on commit 4d5aa5e

Please sign in to comment.