mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 19:36:06 +00:00
23 lines
679 B
Plaintext
23 lines
679 B
Plaintext
name: ihaskell-hatex
|
|
version: 0.2.0.0
|
|
synopsis: IHaskell display instances for hatex
|
|
-- description:
|
|
homepage: http://www.github.com/gibiansky/IHaskell
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Adam Vogt
|
|
maintainer: andrew.gibiansky@gmail.com
|
|
category: Development
|
|
build-type: Simple
|
|
cabal-version: >=1.16
|
|
|
|
|
|
library
|
|
exposed-modules: IHaskell.Display.Hatex
|
|
build-depends: base ==4.6.* || ==4.7.*,
|
|
text,
|
|
HaTeX >= 3.9,
|
|
ihaskell >= 0.5
|
|
default-language: Haskell2010
|
|
|