Skip to content

Commit 0894b4e

Browse files
Upwards compatibility.
1 parent 6b956d8 commit 0894b4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Math/LaTeX/Internal/MathExpr.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{-# LANGUAGE UnicodeSyntax #-}
1919
{-# LANGUAGE TemplateHaskell #-}
2020
{-# LANGUAGE TupleSections #-}
21+
{-# LANGUAGE TypeOperators #-}
2122
{-# LANGUAGE ConstraintKinds #-}
2223
{-# LANGUAGE CPP #-}
2324
{-# LANGUAGE NoMonomorphismRestriction #-}

TeX-my-math.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Build-Type: Simple
4141
Cabal-Version: >=1.10
4242

4343
Library
44-
Build-Depends: base>=4.8 && <4.14
44+
Build-Depends: base>=4.8 && <4.18
4545
, HaTeX>=3.22.3.0
4646
, vector-space
4747
, dumb-cas >= 0.2.1 && < 0.3

0 commit comments

Comments
 (0)