stratux 0.0.3 → 0.0.4
raw patch · 2 files changed
+14/−4 lines, 2 filesdep +stratux-httpdep ~basedep ~stratux-typesdep ~stratux-websockets
Dependencies added: stratux-http
Dependency ranges changed: base, stratux-types, stratux-websockets
Files
- changelog.md +9/−0
- stratux.cabal +5/−4
changelog.md view
@@ -1,3 +1,12 @@+0.0.4++* Now depends on `stratux-http`.+* Implements `/getStatus`.++0.0.3++* Now depends on `stratux-websockets`.+ 0.0.2 * Moved project to `stratux-types` which this one will depend on.
stratux.cabal view
@@ -1,5 +1,5 @@ name: stratux-version: 0.0.3+version: 0.0.4 license: BSD3 license-file: LICENCE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>@@ -26,9 +26,10 @@ Haskell2010 build-depends:- base < 5 && >= 3- , stratux-types == 0.0.3- , stratux-websockets == 0.0.3+ base < 5 && >= 4+ , stratux-types == 0.0.4+ , stratux-http == 0.0.4+ , stratux-websockets == 0.0.4 ghc-options: -Wall