-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyi-haskell-utils.cabal
30 lines (27 loc) · 1.23 KB
/
yi-haskell-utils.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: yi-haskell-utils
version: 0.1.0.2
synopsis: Collection of functions for working with Haskell in Yi
description: Collection of utility functions for working with Haskell
in Yi. Perhaps the contents of this project should go
directly into Yi itself but for now they are things
that I personally find useful.
homepage: https://github.com/Fuuzetsu/yi-haskell-utils
license: GPL-3
license-file: LICENSE
author: Mateusz Kowalczyk
maintainer: [email protected]
category: Editor
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: [email protected]:Fuuzetsu/yi-haskell-utils.git
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Yi.Mode.Haskell.Utils
Yi.Mode.Haskell.Utils.PastePipe
other-modules: Yi.Mode.Haskell.Utils.Internal
build-depends: base >=4.6 && <5, yi >=0.8, split, ghc-mod >=5.0.0,
PastePipe >= 1.5, network, binary, data-default, derive, lens,
yi-language >= 0.1.0.2, text, yi-rope