Bump stack lts to 13.0
This commit is contained in:
		
							parent
							
								
									85baac7de1
								
							
						
					
					
						commit
						6ee74604e8
					
				
					 2 changed files with 22 additions and 14 deletions
				
			
		
							
								
								
									
										14
									
								
								stack.yaml
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								stack.yaml
									
										
									
									
									
								
							| 
						 | 
					@ -2,7 +2,15 @@ flags: {}
 | 
				
			||||||
extra-package-dbs: []
 | 
					extra-package-dbs: []
 | 
				
			||||||
packages:
 | 
					packages:
 | 
				
			||||||
  - '.'
 | 
					  - '.'
 | 
				
			||||||
extra-deps: []
 | 
					extra-deps:
 | 
				
			||||||
resolver: lts-8.18
 | 
					  - brick-0.45
 | 
				
			||||||
 | 
					  - config-ini-0.2.4.0
 | 
				
			||||||
 | 
					  - data-clist-0.1.2.1
 | 
				
			||||||
 | 
					  - text-zipper-0.10.1
 | 
				
			||||||
 | 
					  - word-wrap-0.4.1
 | 
				
			||||||
 | 
					  - QuickCheck-2.11.3
 | 
				
			||||||
 | 
					resolver: lts-13.0
 | 
				
			||||||
nix:
 | 
					nix:
 | 
				
			||||||
  packages: [gcc, ncurses]
 | 
					  packages:
 | 
				
			||||||
 | 
					    - gcc
 | 
				
			||||||
 | 
					    - ncurses
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										20
									
								
								tetris.cabal
									
										
									
									
									
								
							
							
						
						
									
										20
									
								
								tetris.cabal
									
										
									
									
									
								
							| 
						 | 
					@ -19,13 +19,13 @@ library
 | 
				
			||||||
                     , UI.PickLevel
 | 
					                     , UI.PickLevel
 | 
				
			||||||
                     , UI.Game
 | 
					                     , UI.Game
 | 
				
			||||||
  build-depends:       base >= 4.7 && < 5
 | 
					  build-depends:       base >= 4.7 && < 5
 | 
				
			||||||
                     , brick                >= 0.17 && < 0.18
 | 
					                     , brick
 | 
				
			||||||
                     , containers           >= 0.5.7 && < 0.6
 | 
					                     , containers
 | 
				
			||||||
                     , microlens            >= 0.4.8 && < 0.5
 | 
					                     , microlens
 | 
				
			||||||
                     , microlens-th         >= 0.4.1 && < 0.5
 | 
					                     , microlens-th
 | 
				
			||||||
                     , linear               >= 1.20.6 && < 1.21
 | 
					                     , linear
 | 
				
			||||||
                     , random               >= 1.1 && < 1.2
 | 
					                     , random
 | 
				
			||||||
                     , vty                  >= 5.15 && < 5.16
 | 
					                     , vty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  default-language:    Haskell2010
 | 
					  default-language:    Haskell2010
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,9 +34,9 @@ executable tetris
 | 
				
			||||||
  main-is:             Main.hs
 | 
					  main-is:             Main.hs
 | 
				
			||||||
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
 | 
					  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
 | 
				
			||||||
  build-depends:       base >= 4.7 && < 5
 | 
					  build-depends:       base >= 4.7 && < 5
 | 
				
			||||||
                     , directory            >= 1.3.0 && < 1.4
 | 
					                     , directory
 | 
				
			||||||
                     , filepath             >= 1.4.1 && < 1.5
 | 
					                     , filepath
 | 
				
			||||||
                     , optparse-applicative >= 0.13.2.0 && < 0.14
 | 
					                     , optparse-applicative
 | 
				
			||||||
                     , tetris
 | 
					                     , tetris
 | 
				
			||||||
  default-language:    Haskell2010
 | 
					  default-language:    Haskell2010
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue