Skip to content

Commit

Permalink
Allow base 4.14, QuickCheck 2.14, and template-haskell 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Mar 28, 2020
1 parent 94a8908 commit ff348eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*.o
*.prof
*.tix
/stack.yaml.lock
2 changes: 1 addition & 1 deletion LICENSE.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-13.0
resolver: lts-15.4

0 comments on commit ff348eb

Please sign in to comment.