diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-15 10:26:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 14:52:59 -0500 |
commit | 4d683fa11a5140b74f588b93f93f7891f79ac891 (patch) | |
tree | a2f2772a2ad29b2007de15e3dc759c02d3e0f3e3 /testsuite/tests/plugins | |
parent | d39816285341cf639b51ae14f65c63a3e89bba95 (diff) | |
download | haskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz |
base: Bump version to 4.10.0.0
Updates a number of submodules.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r-- | testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal b/testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal index 412ff9c2be..626e825b3b 100644 --- a/testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal +++ b/testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal @@ -7,5 +7,5 @@ cabal-version: >=1.10 library exposed-modules: SayAnnNames other-extensions: DeriveDataTypeable - build-depends: base >=4.8 && <4.10, ghc + build-depends: base, ghc default-language: Haskell2010 |