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/cabal | |
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/cabal')
-rw-r--r-- | testsuite/tests/cabal/cabal09/reexport.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal09/reexport.cabal b/testsuite/tests/cabal/cabal09/reexport.cabal index 447a3eeb5f..37266cf8cc 100644 --- a/testsuite/tests/cabal/cabal09/reexport.cabal +++ b/testsuite/tests/cabal/cabal09/reexport.cabal @@ -11,7 +11,7 @@ cabal-version: >=1.23 library reexported-modules: Data.List.NonEmpty - build-depends: base >=4.9 && <4.10 + build-depends: base default-language: Haskell2010 executable foo |