Skip to content

Commit

Permalink
Fix version bounds for indexer server
Browse files Browse the repository at this point in the history
  • Loading branch information
NCrashed committed Mar 12, 2022
1 parent cce7113 commit c1bccbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions coinbase-client/coinbase-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ library
build-depends:
base >= 4.7 && < 4.13
, containers >= 0.6 && < 0.7
, lens >= 4.17 && < 4.18
, lens-aeson >= 1.0 && < 1.1
, lens >= 4.17 && < 5.2
, lens-aeson >= 1.0 && < 1.2
, text >= 1.2 && < 1.3
, wreq >= 0.5 && < 0.6
, ergvein-common
Expand Down
16 changes: 8 additions & 8 deletions index-server/ergvein-index-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
Ergvein.Index.Server.Worker.Rates
build-depends:
base >= 4.7 && < 4.13
, aeson >= 1.4 && < 1.5
, aeson >= 1.4 && < 2.1
, async >= 2.2 && < 2.3
, attoparsec
, attoparsec-binary
Expand All @@ -75,16 +75,16 @@ library
, exceptions >= 0.10 && < 0.11
, file-embed >= 0.0.11 && < 0.0.12
, filepath >= 1.4 && < 1.5
, hashable >= 1.2 && < 1.3
, hashable >= 1.2 && < 1.5
, haskoin-core >= 0.12.0 && < 0.12.1
, hexstring >= 0.11 && < 0.12
, http-client >= 0.6 && < 0.7
, http-client-tls >= 0.3 && < 0.4
, http-types >= 0.12 && < 0.13
, ilist >= 0.3 && < 0.4
, ilist >= 0.3 && < 0.5
, immortal >= 0.3 && < 0.4
, immortal-worker >= 0.1 && < 0.2
, lens >= 4.17 && < 4.18
, lens >= 4.17 && < 5.1
, leveldb-haskell >= 0.6 && < 0.7
, lifted-async >= 0.10 && < 0.11
, lifted-base >= 0.2 && < 0.3
Expand All @@ -93,7 +93,7 @@ library
, monad-logger >= 0.3 && < 0.4
, MonadRandom
, mtl >= 2.2 && < 2.3
, network >= 2.8 && < 2.9
, network >= 2.8 && < 3.2
, parallel >= 3.2 && < 3.3
, prometheus-client >= 1.0 && < 1.1
, prometheus-metrics-ghc >= 1.0 && < 1.1
Expand All @@ -106,7 +106,7 @@ library
, template-haskell >= 2.14 && < 2.15
, text >= 1.2 && < 1.3
, time >= 1.8 && < 1.9
, tls >= 1.4 && < 1.5
, tls >= 1.4 && < 1.6
, transformers >= 0.5 && < 0.6
, transformers-base >= 0.4 && < 0.5
, unix >= 2.7 && < 2.8
Expand All @@ -118,7 +118,7 @@ library
, wai-cors >= 0.2 && < 0.3
, wai-extra >= 3.0 && < 3.1
, wai-middleware-prometheus >= 1.0 && < 1.1
, warp >= 3.2 && < 3.3
, warp >= 3.2 && < 3.4
, yaml >= 0.11 && < 0.12
, coinbase-client
, ergvein-common
Expand Down Expand Up @@ -172,7 +172,7 @@ executable ergvein-index-server
, ergvein-index-server
, immortal
, monad-logger
, optparse-applicative >= 0.14 && <0.15
, optparse-applicative >= 0.14 && <0.18
, text
, time

Expand Down

0 comments on commit c1bccbd

Please sign in to comment.