-- Initial android.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: android version: 0.0.2 synopsis: Android methods exposed to Haskell description: Haskell bindings to the Android ecosystem homepage: https://github.com/keera-studios/android-haskell license: GPL-3 license-file: LICENSE author: Ivan Perez, Keera Studios Ltd maintainer: ivan.perez@keera.co.uk -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Android.Log, Android.OpenURL -- other-modules: other-extensions: ForeignFunctionInterface build-depends: base >=4.6 && <4.9, process hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/keera-studios/android-haskell.git source-repository this type: git location: https://github.com/keera-studios/android-haskell.git tag: v0.0.2