-
Notifications
You must be signed in to change notification settings - Fork 0
/
conway-wechsler.cabal
41 lines (38 loc) · 1.17 KB
/
conway-wechsler.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
31
32
33
34
35
36
37
38
39
40
41
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2c7370137ded9a761baf5129dfdfe5ce1b0b30396aa52022823cf2222877af1e
name: conway-wechsler
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/dylan-thinnes/conway-wechsler#readme>
homepage: https://github.com/dylan-thinnes/conway-wechsler#readme
bug-reports: https://github.com/dylan-thinnes/conway-wechsler/issues
author: Dylan Thinnes
maintainer: [email protected]
copyright: 2019 Dylan Thinnes
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/dylan-thinnes/conway-wechsler
executable conway-wechsler
main-is: Main.hs
other-modules:
Converter
Flags
Paths_conway_wechsler
hs-source-dirs:
app
build-depends:
base >=4.7 && <5
, containers >=0.6 && <0.7
, errors >=2.3 && <2.4
, math-parse ==0.2.0.0
, text >=1.2 && <2
, transformers >=0.5.5 && <0.6
default-language: Haskell2010