-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFilterScript.cabal
More file actions
28 lines (21 loc) · 829 Bytes
/
FilterScript.cabal
File metadata and controls
28 lines (21 loc) · 829 Bytes
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
name: FilterScript
version: 1.1.0.1
synopsis: A simplistic scripting language for Path of Exiles itemfilters
license: BSD3
license-file: LICENSE
author: Oliver Westphal
maintainer: o_westphal (a) online.de
category: Development
build-type: Simple
cabal-version: >=1.10
executable flc
main-is: Main.hs
other-modules: LootScriptLanguage,
ScriptParser,
BuildInCategories,
Types,
Paths_FilterScript
ghc-options: -Wall -fno-warn-missing-signatures -O2
build-depends: base, parsec, transformers, mtl, LootLanguage >= 0.2
hs-source-dirs: src/haskell
default-language: Haskell2010