rapid 0.1.5.2 → 0.1.5.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~containers
Dependency ranges changed: base, containers
Files
- rapid.cabal +3/−3
rapid.cabal view
@@ -1,5 +1,5 @@ name: rapid-version: 0.1.5.2+version: 0.1.5.3 category: Development synopsis: Hot reload and reload-surviving values with GHCi maintainer: Markus Läll <markus.l2ll@gmail.com>@@ -44,8 +44,8 @@ library build-depends: async >= 2.1 && < 2.3,- base >= 4.8 && < 4.18,- containers >= 0.5 && < 0.7,+ base >= 4.8 && < 4.20,+ containers >= 0.5 && < 0.8, foreign-store == 0.2.*, stm >= 2.4 && < 2.7 default-language: Haskell2010