diff options
| author | John MacFarlane <[email protected]> | 2023-07-17 09:38:01 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-17 09:38:01 -0700 |
| commit | 3d785323f59ab1d09051acc9880ad51b5f3c1fcb (patch) | |
| tree | 000cad5d526e77ff886753dae961248f88705a5c | |
| parent | b4de43c1d0cf1cd247c58e06c18acf24dbbc6e6e (diff) | |
Constrain to text >= 2.0.ghc925-text2-3.1.5
| -rw-r--r-- | cabal.project | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index d5afefaa6..f76c06966 100644 --- a/cabal.project +++ b/cabal.project @@ -5,4 +5,5 @@ packages: . tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1, - skylighting-format-context >= 0.1.0.2 + skylighting-format-context >= 0.1.0.2, + text >= 2.0 |
