-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcategorifier-duoids.cabal
49 lines (45 loc) · 1.17 KB
/
categorifier-duoids.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
cabal-version: 2.4
name: categorifier-duoids
version: 0.1
description: Duoids
homepage: https://github.com/con-kitty/categorifier#readme
bug-reports: https://github.com/con-kitty/categorifier/issues
build-type: Simple
tested-with: GHC==8.10.1, GHC==8.10.7, GHC==9.0.1, GHC==9.2.1, GHC==9.2.2, GHC==9.2.8
source-repository head
type: git
location: https://github.com/con-kitty/categorifier
common defaults
ghc-options:
-Wall
build-depends:
, base ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0
default-language: Haskell2010
default-extensions:
BangPatterns
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
FlexibleContexts
FlexibleInstances
FunctionalDependencies
InstanceSigs
LambdaCase
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeOperators
library
import: defaults
exposed-modules:
Categorifier.Duoidal
Categorifier.Duoidal.Either
other-modules:
Paths_categorifier_duoids
autogen-modules:
Paths_categorifier_duoids
build-depends:
, transformers ^>=0.5.6 || ^>=0.6.0