packages feed

android-0.0.1: android.cabal

-- Initial android.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                android
version:             0.0.1
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
  -- other-modules:       
  other-extensions:    ForeignFunctionInterface
  build-depends:       base >=4.6 && <4.9
  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.1