-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtextmatetags.cabal
19 lines (18 loc) · 925 Bytes
/
textmatetags.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: textmatetags
version: 0.0.1.2
synopsis: A simple Haskell program to provide tags for Haskell code completion in TextMate
description: A simple Haskell program to provide tags for Haskell code completion in TextMate
license: MIT
license-file: LICENSE
category: Compilers/Interpreters
copyright: (c) 2011 Alessandro Vermeulen <[email protected]>
author: Alessandro Vermeulen
maintainer: Alessandro Vermeulen <[email protected]>
stability: provisional
homepage: https://github.com/spockz/Haskell-Code-Completion-for-TextMate
build-type: Simple
cabal-version: >= 1.4
extra-source-files: Main.hs README
executable textmatetags
main-is: Main.hs
build-depends: base >=4 && <= 5, haskell98, process >= 1.0.1.3