lang/laantas-script/laantas-script.cabal

42 lines
920 B
Text
Raw Normal View History

2020-11-04 13:06:54 -05:00
cabal-version: 2.2
name: laantas-script
version: 0.1.0
synopsis: write lántas script
license: AGPL-3.0-or-later
author: Rhiannon Morris <rhi@rhiannon.website>
maintainer: Rhiannon Morris <rhi@rhiannon.website>
executable laantas-script
hs-source-dirs: .
main-is: Main.hs
2020-11-04 13:06:54 -05:00
other-modules:
Svg,
Glyphs,
2021-04-28 06:29:21 -04:00
GlyphsBase,
Split
2020-11-04 13:06:54 -05:00
default-language: Haskell2010
default-extensions:
BlockArguments,
DisambiguateRecordFields,
DuplicateRecordFields,
FlexibleContexts,
2021-04-28 06:29:21 -04:00
GADTs,
2020-11-04 13:06:54 -05:00
LambdaCase,
2021-04-28 06:29:21 -04:00
MonadComprehensions,
MultiWayIf,
2020-11-04 13:06:54 -05:00
NamedFieldPuns,
OverloadedStrings,
RecordWildCards,
ViewPatterns
2020-11-04 13:06:54 -05:00
build-depends:
2024-11-26 11:30:54 -05:00
base >= 4.14.0.0 && < 4.21,
containers >= 0.6 && < 0.8,
mtl >= 2.2 && < 2.4,
2020-11-04 13:06:54 -05:00
svg-builder ^>= 0.1.1,
optparse-applicative ^>= 0.16.0.0,
2023-12-23 19:41:12 -05:00
text ^>= 2.1,
megaparsec ^>= 9.6.1
2020-11-04 13:06:54 -05:00
ghc-options:
-Wall -threaded -rtsopts -with-rtsopts=-N