rapid 0.1.4 → 0.1.5
raw patch · 2 files changed
+17/−14 lines, 2 filesdep ~basedep ~stmnew-uploader
Dependency ranges changed: base, stm
Files
- CHANGELOG.md +5/−0
- rapid.cabal +12/−14
CHANGELOG.md view
@@ -1,3 +1,8 @@+# 0.1.4++ * Stricter version bounds.+ * Minor fixes.+ # 0.1.3 * Switched to BSD-3 license.
rapid.cabal view
@@ -1,14 +1,12 @@-name: rapid-version: 0.1.4-category: Development-synopsis: Rapid prototyping with GHCi: hot reloading of running- components and reload-surviving values--maintainer: Ertugrul Söylemez <esz@posteo.de>+name: rapid+version: 0.1.5+category: Development+synopsis: Hot reload and reload-surviving values with GHCi+maintainer: Markus Läll <markus.l2ll@gmail.com> author: Ertugrul Söylemez <esz@posteo.de> copyright: Copyright 2018 Ertugrul Söylemez-homepage: https://github.com/esoeylemez/rapid-bug-reports: https://github.com/esoeylemez/rapid/issues+homepage: https://github.com/haskell-rapid/rapid+bug-reports: https://github.com/haskell-rapid/rapid license: BSD3 license-file: LICENSE @@ -33,16 +31,16 @@ source-repository head type: git- location: https://github.com/esoeylemez/rapid.git+ location: https://github.com/haskell-rapid/rapid library build-depends:- async == 2.1.*,- base >= 4.8 && < 4.11,- containers == 0.5.*,+ async >= 2.1 && < 2.3,+ base >= 4.8 && < 4.18,+ containers >= 0.5 && < 0.7, foreign-store == 0.2.*,- stm == 2.4.*+ stm >= 2.4 && < 2.7 default-language: Haskell2010 ghc-options: -W exposed-modules: