Skip to content
Snippets Groups Projects
Commit 64ef84ec authored by Ryan Scott's avatar Ryan Scott
Browse files

shakespeare: Constraint to aeson<1.6

parent abea3946
No related branches found
No related tags found
1 merge request!183Adapt to Int64#/Word64# on all architectures
......@@ -106,3 +106,23 @@ index 836bcb6..7d56294 100644
+ []
+#endif
+ pats
diff --git a/shakespeare.cabal b/shakespeare.cabal
index f368af4..4074bf0 100644
--- a/shakespeare.cabal
+++ b/shakespeare.cabal
@@ -1,5 +1,6 @@
name: shakespeare
version: 2.0.25
+x-revision: 1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@@ -34,6 +35,8 @@ extra-source-files:
ChangeLog.md
library
+ build-depends: aeson <1.6
+
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, time >= 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment