From ff348eb4821c7e50833059a6dffdebc8118128c5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 28 Mar 2020 09:00:01 -0400 Subject: [PATCH] Allow base 4.14, QuickCheck 2.14, and template-haskell 2.16 --- .gitignore | 1 + LICENSE.markdown | 2 +- package.yaml | 6 +++--- stack.yaml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 53c3c8d..ab6b8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *.o *.prof *.tix +/stack.yaml.lock diff --git a/LICENSE.markdown b/LICENSE.markdown index 58f3f50..3e8956e 100644 --- a/LICENSE.markdown +++ b/LICENSE.markdown @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak +Copyright (c) 2020 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.yaml b/package.yaml index 3500631..ff92137 100644 --- a/package.yaml +++ b/package.yaml @@ -15,7 +15,7 @@ maintainer: Taylor Fausak synopsis: Write more understandable Haskell. dependencies: - base: '>= 4.9.0 && < 4.14' + base: '>= 4.9.0 && < 4.15' ghc-options: -Weverything -Wno-implicit-prelude @@ -30,7 +30,7 @@ tests: dependencies: doctest: '>= 0.11.0 && < 0.17' flow: -any - QuickCheck: '>= 2.8.2 && < 2.14' - template-haskell: '>= 2.11.0 && < 2.16' + QuickCheck: '>= 2.8.2 && < 2.15' + template-haskell: '>= 2.11.0 && < 2.17' main: Main.hs source-dirs: tests diff --git a/stack.yaml b/stack.yaml index 6dcd7f8..427d534 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -resolver: lts-13.0 +resolver: lts-15.4