packages feed

stratux 0.0.6 → 0.0.7

raw patch · 3 files changed

+10/−4 lines, 3 filesdep ~stratux-httpdep ~stratux-typesdep ~stratux-websockets

Dependency ranges changed: stratux-http, stratux-types, stratux-websockets

Files

changelog.md view
@@ -1,3 +1,7 @@+0.0.7++* Update after bug relating to ConstrainedClassMethods in `stratux-types`.+ 0.0.6  * Update to `stratux-http`.
src/Data/Aviation/Stratux.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE NoImplicitPrelude #-}+ module Data.Aviation.Stratux(   module S ) where
stratux.cabal view
@@ -1,5 +1,5 @@ name:               stratux-version:            0.0.6+version:            0.0.7 license:            BSD3 license-file:       LICENCE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>@@ -27,9 +27,9 @@    build-depends:                       base < 5 && >= 4-                    , stratux-types == 0.0.6-                    , stratux-http == 0.0.6-                    , stratux-websockets == 0.0.4+                    , stratux-types == 0.0.7+                    , stratux-http == 0.0.7+                    , stratux-websockets == 0.0.7    ghc-options:                     -Wall