futhark-manifest 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- CHANGELOG.md +1/−1
- futhark-manifest.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,5 @@ # Revision history for futhark-manifest -## 0.1.0.0 -- YYYY-mm-dd+## 1.0.0.1 -- 2021-12-19 * First version. Released on an unsuspecting world.
futhark-manifest.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark-manifest-version: 1.0.0.0+version: 1.0.0.1 synopsis: Definition and serialisation instances for Futhark manifests. @@ -23,7 +23,7 @@ library exposed-modules: Futhark.Manifest - build-depends: base >=4.14.3.0,+ build-depends: base >=4 && < 5, aeson >=2.0.0.0, bytestring >=0.10.8, containers >=0.6.2.1,