-
Notifications
You must be signed in to change notification settings - Fork 0
/
matricesx.cabal
56 lines (50 loc) · 1.81 KB
/
matricesx.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
name: matricesx
version: 0.99
synopsis:
-- description:
-- license:
-- license-file:
homepage:
author: Martijn Bastiaan
maintainer: martijn@qbaylogic.com
category:
build-type: Simple
cabal-version: >=1.18
executable matrices
main-is: Main.hs
ghc-options: -O1
-fplugin=GHC.TypeLits.Extra.Solver
-fplugin=GHC.TypeLits.Normalise
-fplugin=GHC.TypeLits.KnownNat.Solver
-fconstraint-solver-iterations=100
-rtsopts
hs-source-dirs: src
default-language: Haskell2010
other-modules: Clash.Blog.MM.Main
Clash.Blog.MM.Zip45
default-extensions: BinaryLiterals
ConstraintKinds
DataKinds
DeriveLift
ExplicitForAll
ExplicitNamespaces
FlexibleContexts
KindSignatures
MagicHash
MonoLocalBinds
NoImplicitPrelude
ScopedTypeVariables
TemplateHaskell
TemplateHaskellQuotes
TypeApplications
TypeFamilies
TypeOperators
Build-depends: base >= 4.11.0.0 && < 5,
clash-prelude >= 0.99,
ghc-typelits-extra >= 0.2.1 && < 0.3,
ghc-typelits-knownnat >= 0.2.2 && < 0.5,
ghc-typelits-natnormalise >= 0.4.2 && < 0.6,
containers,
deepseq,
singletons,
text