Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Warp upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fixanoid committed Aug 1, 2018
1 parent 87e36d6 commit f1b0ab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Constellation/Node/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import Constellation.Util.Logging (debugf', logf', warnf', errorf')
import Constellation.Util.Tls (newSelfSignedCertificate)

version :: Text
version = "0.3.2"
version = "0.3.5"

defaultMain :: IO ()
defaultMain = do
Expand Down
5 changes: 3 additions & 2 deletions constellation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: constellation
version: 0.3.0
version: 0.3.5
synopsis: Constellation
description: Constellation
homepage: https://github.com/jpmorganchase/constellation
Expand Down Expand Up @@ -100,11 +100,12 @@ library
, unix >= 2.7.2.1
, unordered-containers >= 0.2.7.1
, wai >= 3.2.1.1
, warp >= 3.2.8
, warp >= 3.2.23
, warp-tls >= 3.2.4
, x509 >= 1.7.2
, x509-system >= 1.6.6
, x509-validation >= 1.6.9
, bsb-http-chunked >= 0.0.0.2
default-language: Haskell2010

test-suite constellation-test
Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ extra-deps:
- BerkeleyDB-0.8.7
- logging-3.0.5
- saltine-0.0.0.4
- bsb-http-chunked-0.0.0.2
- warp-3.2.23

# Override default flag values for local packages and extra-deps
flags: {}
Expand Down

0 comments on commit f1b0ab9

Please sign in to comment.