packages feed

android-activity 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

android-activity.cabal view
@@ -1,5 +1,5 @@ name: android-activity-version: 0.2.0.0+version: 0.2.0.1 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.15+  build-depends: base >=4.9 && <4.21                , 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.1++* Support GHC 9.10+ ## 0.2  * Support firebase (needed for push notifications)