-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfine-grained-state.cabal
66 lines (63 loc) · 1.94 KB
/
fine-grained-state.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: eee366574c11cc725318dc8041cc01e00782da31509a64354353540640f317bc
name: fine-grained-state
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/tuura/fine-grained-state#readme>
homepage: https://github.com/tuura/fine-grained-state#readme
bug-reports: https://github.com/tuura/fine-grained-state/issues
author: Georgy Lukyanov
maintainer: mail@geo2a.info
copyright: 2019 Georgy Lukyanov
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/tuura/fine-grained-state
library
exposed-modules:
Machine
Machine.Assembly
Machine.Decode
Machine.Encode
Machine.Examples.Add
Machine.Examples.Common
Machine.Examples.Energy
Machine.Examples.GCD
Machine.Examples.MotorControl
Machine.Examples.MotorControlLoopInvariant
Machine.Examples.Sum
Machine.Semantics
Machine.SMT
Machine.Symbolic
Machine.Types
Machine.Types.OneOrTwo
Machine.Types.State
Machine.Types.Trace
Machine.Types.Trace.Viz
other-modules:
Paths_fine_grained_state
hs-source-dirs:
src
default-extensions: TypeFamilies TypeApplications TypeOperators DataKinds ScopedTypeVariables DerivingVia DeriveFunctor StandaloneDeriving MultiParamTypeClasses KindSignatures ConstraintKinds FlexibleInstances FlexibleContexts GADTs RankNTypes OverloadedStrings LambdaCase MultiWayIf
ghc-options: -fwarn-incomplete-uni-patterns
build-depends:
algebraic-graphs
, base >=4.7 && <5
, bifunctors
, containers
, mtl
, pretty-simple
, sbv
, selective
, text
, units
, units-defs
default-language: Haskell2010