-- Initial huckleberry.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: huckleberry version: 0.9.0.0 synopsis: haskell EDSL Huckleberry description: IchigoJam BASIC on haskell license: BSD3 license-file: LICENSE author: Takamasa Mitsuji maintainer: tkms@mitsuji.org -- copyright: category: Language build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: IchigoJam, Language.Huckleberry.V10101 -- other-modules: other-extensions: GADTs build-depends: base >=4.7 && <4.8, bytestring >=0.10 && <0.11, serialport >=0.4 && <0.5, mtl >=2.1 -- hs-source-dirs: default-language: Haskell2010