structs 0.1 → 0.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep +structsdep ~template-haskell
Dependencies added: structs
Dependency ranges changed: template-haskell
Files
- CHANGELOG.markdown +3/−0
- structs.cabal +3/−2
CHANGELOG.markdown view
@@ -1,3 +1,6 @@+## 0.1.1+* Add a library dependency in the `doctests` test suite+ ## 0.1 * Add compare-and-swap support for struct slots * Add `Data.Struct.TH`, which provides Template Haskell support for
structs.cabal view
@@ -1,6 +1,6 @@ name: structs category: Data-version: 0.1+version: 0.1.1 license: BSD3 cabal-version: >= 1.22 license-file: LICENSE@@ -82,7 +82,8 @@ directory >= 1.0, doctest >= 0.9.1, filepath,- parallel+ parallel,+ structs test-suite hlint type: exitcode-stdio-1.0