rapid 0.1.0 → 0.1.1
raw patch · 3 files changed
+12/−5 lines, 3 files
Files
- CHANGELOG.md +7/−0
- Rapid.hs +3/−3
- rapid.cabal +2/−2
+ CHANGELOG.md view
@@ -0,0 +1,7 @@+# 0.1.1++ * Minor documentation fixes.++# 0.1.0++ * Initial release.
Rapid.hs view
@@ -135,9 +135,9 @@ -- restart GHCi. -- -- This function uses the--- <https://hackage.haskell.org/package/foreign-store foreign-store--- library> to establish a state handle that survives GHCi reloads and--- is suitable for hot reloading.+-- <https://hackage.haskell.org/package/foreign-store foreign-store library>+-- to establish a state handle that survives GHCi reloads and is+-- suitable for hot reloading. -- -- The first argument is the 'Store' index. If you do not use the -- /foreign-store/ library in your development workflow, just use 0,
rapid.cabal view
@@ -13,7 +13,7 @@ -- limitations under the License. name: rapid-version: 0.1.0+version: 0.1.1 category: Development synopsis: GHCi background threads, hot reloading and reload-surviving values @@ -37,7 +37,7 @@ build-type: Simple cabal-version: >= 1.10-extra-source-files: NOTICE README.md+extra-source-files: CHANGELOG.md NOTICE README.md source-repository head type: darcs