We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b956d8 commit 0894b4eCopy full SHA for 0894b4e
Math/LaTeX/Internal/MathExpr.hs
@@ -18,6 +18,7 @@
18
{-# LANGUAGE UnicodeSyntax #-}
19
{-# LANGUAGE TemplateHaskell #-}
20
{-# LANGUAGE TupleSections #-}
21
+{-# LANGUAGE TypeOperators #-}
22
{-# LANGUAGE ConstraintKinds #-}
23
{-# LANGUAGE CPP #-}
24
{-# LANGUAGE NoMonomorphismRestriction #-}
TeX-my-math.cabal
@@ -41,7 +41,7 @@ Build-Type: Simple
41
Cabal-Version: >=1.10
42
43
Library
44
- Build-Depends: base>=4.8 && <4.14
+ Build-Depends: base>=4.8 && <4.18
45
, HaTeX>=3.22.3.0
46
, vector-space
47
, dumb-cas >= 0.2.1 && < 0.3
0 commit comments