-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from haskell-works/copyright-update-and-depre…
…cate-ghc-8.2.2 Deprecate ghc-8.2.2 and copyright update
- Loading branch information
Showing
2 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ maintainer: [email protected] | |
copyright: 2016-2020 John Ky | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 | ||
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4 | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
||
|
@@ -26,25 +26,25 @@ flag bounds-checking-enabled | |
manual: False | ||
default: False | ||
|
||
common base { build-depends: base >= 4 && < 5 } | ||
common base { build-depends: base >= 4.11 && < 5 } | ||
|
||
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } | ||
common bytestring { build-depends: bytestring >= 0.9 && < 0.11 } | ||
common criterion { build-depends: criterion >= 1.2 && < 1.6 } | ||
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 } | ||
common directory { build-depends: directory >= 1.2 && < 1.4 } | ||
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 } | ||
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } | ||
common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } | ||
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.6 } | ||
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 } | ||
common hspec { build-depends: hspec >= 2.4 && < 2.8 } | ||
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } | ||
common mmap { build-depends: mmap >= 0.5 && < 0.6 } | ||
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 } | ||
common transformers { build-depends: transformers >= 0.4 && < 0.6 } | ||
common vector { build-depends: vector >= 0.12 && < 0.13 } | ||
common unliftio-core { build-depends: unliftio-core >= 0.1.2.0 && < 0.2 } | ||
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } | ||
common bytestring { build-depends: bytestring >= 0.9 && < 0.11 } | ||
common criterion { build-depends: criterion >= 1.2 && < 1.6 } | ||
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 } | ||
common directory { build-depends: directory >= 1.2 && < 1.4 } | ||
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 } | ||
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } | ||
common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } | ||
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.6 } | ||
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 } | ||
common hspec { build-depends: hspec >= 2.4 && < 2.8 } | ||
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } | ||
common mmap { build-depends: mmap >= 0.5 && < 0.6 } | ||
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 } | ||
common transformers { build-depends: transformers >= 0.4 && < 0.6 } | ||
common vector { build-depends: vector >= 0.12 && < 0.13 } | ||
common unliftio-core { build-depends: unliftio-core >= 0.1.2.0 && < 0.2 } | ||
|
||
common hw-prim | ||
build-depends: hw-prim | ||
|