yi-language-0.1.0.1: yi-language.cabal
name: yi-language
version: 0.1.0.1
synopsis: Collection of language-related Yi libraries.
description: Collection of language-related Yi libraries: lexers, scanners…
homepage: https://github.com/yi-editor/yi-language
license: GPL-2
license-file: LICENSE
author: Mateusz Kowalczyk
maintainer: yi-devel@googlegroups.com
category: Yi
build-type: Simple
extra-source-files: README.md, src/Yi/Lexer/common.hsinc
cabal-version: >=1.10
library
exposed-modules:
Yi.Buffer.Basic
, Yi.Lexer.Abella
, Yi.Lexer.Alex
, Yi.Lexer.C
, Yi.Lexer.Cabal
, Yi.Lexer.Compilation
, Yi.Lexer.Cplusplus
, Yi.Lexer.GNUMake
, Yi.Lexer.GitCommit
, Yi.Lexer.Haskell
, Yi.Lexer.JSON
, Yi.Lexer.Java
, Yi.Lexer.JavaScript
, Yi.Lexer.Latex
, Yi.Lexer.LiterateHaskell
, Yi.Lexer.OCaml
, Yi.Lexer.ObjectiveC
, Yi.Lexer.Ott
, Yi.Lexer.Perl
, Yi.Lexer.Python
, Yi.Lexer.Ruby
, Yi.Lexer.SVNCommit
, Yi.Lexer.Srmc
, Yi.Lexer.Whitespace
, Yi.Regex
, Yi.Region
, Yi.Style
, Yi.Style.Library
, Yi.Syntax
, Yi.Utils
build-depends: base >=4.5 && <5
, array
, binary, data-default, template-haskell >= 2.4
, containers
, hashable >=1.1.2.5
, lens >= 4.4.0.1
, oo-prototypes
, pointedlist >= 0.5
, regex-base ==0.93.*
, regex-tdfa >= 1.1 && <1.3
, transformers-base
, unordered-containers >= 0.1.3 && < 0.3
hs-source-dirs: src
build-tools: alex >= 3.0.3
default-language: Haskell2010
include-dirs: src/Yi/Lexer