org2anki-0.1.0: org2anki.cabal
name: org2anki
version: 0.1.0
synopsis: Basic org to anki exporter
description: A basic parser of the markup-related subset of org-mode and an Anki one-side flashcards exporter.
homepage: https://github.com/M42/org2anki
bug-reports: https://github.com/M42/org2anki/issues
license: GPL-3
license-file: LICENSE
author: Mario Román (M42)
maintainer: mromang08+github@gmail.com
category: Language
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
tested-with: GHC == 8.0.1
extra-source-files:
source-repository head
type: git
location: git://github.com/M42/org2anki.git
executable org2anki
main-is: Anki.hs
build-depends: base >=4.7 && <5,
parsec >=3,
regex-compat > 0.9
other-modules: OrgParser
default-language: Haskell2010
ghc-options: -Wall