-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhegg-patterns.cabal
39 lines (34 loc) · 1.33 KB
/
hegg-patterns.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
cabal-version: 3.0
name: hegg-patterns
version: 0.1.0.0
synopsis:
E-graph rewrite rules for common algebraic identities, for use with hegg.
description:
E-graph [@Rewrite@ rules](https://hackage.haskell.org/package/hegg-0.4.0.0/docs/Data-Equality-Saturation-Rewrites.html#t:Rewrite)
associated with common algebraic identities, for use with [hegg](https://hackage.haskell.org/package/hegg).
license: MIT
license-file: LICENSE
author: Eric Meinhardt
maintainer: [email protected]
copyright: 2023
homepage: https://github.com/emeinhardt/hegg-patterns
bug-reports: https://github.com/emeinhardt/hegg-patterns/issues
category: Data
build-type: Simple
extra-doc-files: CHANGELOG.md
source-repository head
type: git
location: https://github.com/emeinhardt/hegg-patterns/hegg-patterns.git
common warnings
ghc-options:
-Wall -Wdefault -Wno-orphans -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat
library
import: warnings
default-language: GHC2021
default-extensions: UnicodeSyntax
hs-source-dirs: src
exposed-modules:
Data.Equality.Matching.Pattern.Extras
build-depends:
base >= 4.16 && <5.0
, hegg == 0.4.*