-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcis552-state.cabal
More file actions
25 lines (24 loc) · 887 Bytes
/
cis552-state.cabal
File metadata and controls
25 lines (24 loc) · 887 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
cabal-version: >=1.10
name: cis552-state
version: 0.1.0.0
synopsis: State Monad
homepage: https://www.cis.upenn.edu/~cis552/current/index.html
license: OtherLicense
license-file: LICENSE
maintainer: sweirich@seas.upenn.edu
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: State
, StateMonad
, RandomGen
, Graph
build-depends: base >= 4.14
, HUnit >= 1.6
, QuickCheck >= 2.14
, containers >= 0.6
, random >= 1.2
, mtl >= 2.2.2
default-language: GHC2021
ghc-options: -Wincomplete-patterns -Wno-missing-signatures -Wno-noncanonical-monad-instances
default-extensions: