Update bounds
This commit is contained in:
		
							parent
							
								
									9bd39a855a
								
							
						
					
					
						commit
						6ee5d04bbf
					
				| @ -180,38 +180,39 @@ Library | ||||
|                       , bytestring        < 0.11 | ||||
|                       , binary            < 0.9 && >= 0.5.1.0 | ||||
|                       , containers        < 0.6 | ||||
|                       , cabal-helper      < 0.8 && >= 0.7.1.0 | ||||
|                       , cabal-helper      < 0.8 && >= 0.7.2.0 | ||||
|                       , deepseq           < 1.5 | ||||
|                       , directory         < 1.4 | ||||
|                       , directory         < 1.5 | ||||
|                       , filepath          < 1.5 | ||||
|                       , ghc               < 8.2 && >= 7.6 | ||||
|                       , ghc-paths         < 0.2 | ||||
|                       , ghc-syb-utils     < 0.3 | ||||
|                       , ghc-paths         < 0.2  && >= 0.1.0.9 | ||||
|                       , ghc-syb-utils     < 0.3  && >= 0.2.3 | ||||
|                       , hlint             < 1.10 && >= 1.9.27 | ||||
|                       , monad-journal     < 0.8 && >= 0.4 | ||||
|                       , old-time          < 1.2 | ||||
|                       , pretty            < 1.2 | ||||
|                       , process           < 1.5 | ||||
|                       , syb               < 0.7 | ||||
|                       , temporary         < 1.3 | ||||
|                       , syb               < 0.7  && >= 0.5.1 | ||||
|                       , temporary         < 1.3  && >= 1.2.0.3 | ||||
|                       , transformers      < 0.6 | ||||
|                       , time              < 1.7 | ||||
|                       , transformers      < 0.6 | ||||
|                       , transformers-base < 0.5 | ||||
|                       , mtl               < 2.3 && >= 2.0 | ||||
|                       , monad-control     < 1.1 && >= 1 | ||||
|                       , split             < 0.3 | ||||
|                       , transformers-base < 0.5  && >= 0.4.4 | ||||
|                       , mtl               < 2.3  && >= 2.0 | ||||
|                       , monad-control     < 1.1  && >= 1 | ||||
|                       , split             < 0.3  && >= 0.2.2 | ||||
|                       , haskell-src-exts  < 1.19 && >= 1.16.0.1 | ||||
|                       , text              < 1.3 | ||||
|                       , djinn-ghc         < 0.1 && >= 0.0.2.2 | ||||
|                       , text              < 1.3  && >= 1.2.1.3 | ||||
|                       , djinn-ghc         < 0.1  && >= 0.0.2.2 | ||||
|                       , fclabels          == 2.0.* | ||||
|                       , extra             == 1.5.* | ||||
|                       , pipes             == 4.3.* | ||||
|                       , extra             < 1.6 && >= 1.4.0 | ||||
|                       , pipes             < 4.4 && >= 4.1.0 | ||||
|                       , safe              < 0.4 && >= 0.3.9 | ||||
|                       , optparse-applicative >=0.11.0 && <0.14.0 | ||||
|                       , template-haskell | ||||
|                       , syb | ||||
|   if impl(ghc < 7.8) | ||||
|     Build-Depends:      convertible | ||||
|     Build-Depends:      convertible       < 1.2  && >= 1.1.0.0 | ||||
|   if impl(ghc >= 8.0) | ||||
|     Build-Depends:      ghc-boot | ||||
| 
 | ||||
| @ -227,14 +228,14 @@ Executable ghc-mod | ||||
|   Default-Extensions:   ConstraintKinds, FlexibleContexts | ||||
|   HS-Source-Dirs:       src | ||||
|   Build-Depends:        base      < 5 && >= 4.0 | ||||
|                       , directory < 1.4 | ||||
|                       , directory < 1.5 | ||||
|                       , filepath  < 1.5 | ||||
|                       , pretty    < 1.2 | ||||
|                       , process   < 1.5 | ||||
|                       , split     < 0.3 | ||||
|                       , split     < 0.3  && >= 0.2.2 | ||||
|                       , mtl       < 2.3 && >= 2.0 | ||||
|                       , ghc       < 8.1 | ||||
|                       , monad-control ==1.0.* | ||||
|                       , ghc       < 8.2 && >= 7.6 | ||||
|                       , monad-control < 1.1  && >= 1 | ||||
|                       , fclabels  ==2.0.* | ||||
|                       , optparse-applicative >=0.11.0 && <0.14.0 | ||||
|                       , semigroups < 0.19 && >= 0.10.0 | ||||
| @ -253,7 +254,7 @@ Executable ghc-modi | ||||
|   Build-Depends:        base      < 5 && >= 4.0 | ||||
|                       , binary    < 0.9 && >= 0.5.1.0 | ||||
|                       , deepseq   < 1.5 | ||||
|                       , directory < 1.4 | ||||
|                       , directory < 1.5 | ||||
|                       , filepath  < 1.5 | ||||
|                       , process   < 1.5 | ||||
|                       , old-time  < 1.2 | ||||
| @ -268,7 +269,7 @@ Test-Suite doctest | ||||
|   Default-Extensions:   ConstraintKinds, FlexibleContexts | ||||
|   Main-Is:              doctests.hs | ||||
|   Build-Depends:        base | ||||
|                       , doctest >= 0.9.3 | ||||
|                       , doctest           < 0.12 && >= 0.9.3 | ||||
| 
 | ||||
| Test-Suite spec | ||||
|   Default-Language:     Haskell2010 | ||||
| @ -298,7 +299,7 @@ Test-Suite spec | ||||
|                         FileMappingSpec | ||||
|                         ShellParseSpec | ||||
| 
 | ||||
|   Build-Depends:        hspec >= 2.0.0 | ||||
|   Build-Depends:        hspec             < 2.4 && >= 2.0.0 | ||||
|   X-Build-Depends-Like: CLibName | ||||
| 
 | ||||
| Source-Repository head | ||||
|  | ||||
| @ -1,5 +1,6 @@ | ||||
| resolver: nightly-2017-01-16 | ||||
| flags: {} | ||||
| packages: | ||||
| - '.' | ||||
| extra-deps: [] | ||||
| resolver: nightly-2016-06-04 | ||||
| extra-deps: | ||||
| - cabal-helper-0.7.2.0 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Alan Zimmerman
						Alan Zimmerman