android-activity 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- android-activity.cabal +2/−2
- changelog.md +4/−0
android-activity.cabal view
@@ -1,5 +1,5 @@ name: android-activity-version: 0.2.0.1+version: 0.2.0.2 synopsis: Turn regular Haskell programs into Android Activities homepage: https://github.com/obsidiansystems/android-activity license: BSD3@@ -18,7 +18,7 @@ library other-extensions: ForeignFunctionInterface- build-depends: base >=4.9 && <4.21+ build-depends: base >=4.9 && <4.22 , data-default == 0.7.* hs-source-dirs: src build-tools: hsc2hs
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for android-activity +## 0.2.0.2++* Support GHC 9.12+ ## 0.2.0.1 * Support GHC 9.10