huckleberry-0.9.0.2: huckleberry.cabal
name: huckleberry
version: 0.9.0.2
synopsis: IchigoJam BASIC expressed in Haskell.
description: The EDSL Provides bridge between IchigoJam BASIC and Haskell.
license: BSD3
license-file: LICENSE
author: Takamasa Mitsuji
maintainer: tkms@mitsuji.org
-- copyright: 2010 Author Here
category: Language
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: IchigoJam, Language.Huckleberry.V10101
other-extensions: GADTs
build-depends: base >= 4.7 && < 5
, mtl
, bytestring
, serialport
default-language: Haskell2010
test-suite huckleberry-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: test_Huckleberry_V10101.hs
build-depends: base
, huckleberry
, HUnit
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/mitsuji/huckleberry.git