Commit 5c47e932 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #465 from gibiansky/minor-710-fixes

Minor 710 fixes
parents 109aa2a4 baae9638
...@@ -15,7 +15,7 @@ library ...@@ -15,7 +15,7 @@ library
build-depends: base <5, build-depends: base <5,
Rlang-QQ >=0.2 && <0.3, Rlang-QQ >=0.2 && <0.3,
directory >=1.2 && <1.3, directory >=1.2 && <1.3,
filepath >=1.3 && <1.4, filepath >=1.3 && <1.5,
bytestring >=0.10 && <0.11, bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1, base64-bytestring >=1.0 && <1.1,
ihaskell >= 0.5, ihaskell >= 0.5,
......
...@@ -60,7 +60,7 @@ library ...@@ -60,7 +60,7 @@ library
-- other-extensions: -- other-extensions:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.7 && <4.8, build-depends: base >=4.7 && <4.9,
ihaskell >= 0.5, ihaskell >= 0.5,
static-canvas >= 0.2, static-canvas >= 0.2,
text >= 1.2 text >= 1.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment