cli: cabal test suite cleanup
This commit is contained in:
		
							parent
							
								
									0f19bfee21
								
							
						
					
					
						commit
						335deec496
					
				| @ -24,15 +24,9 @@ build-type:     Simple | |||||||
| -- data-files: | -- data-files: | ||||||
| extra-tmp-files: | extra-tmp-files: | ||||||
| extra-source-files:  | extra-source-files:  | ||||||
|                     tests/suite.hs |                     test/test.hs | ||||||
|                     CHANGES |                     CHANGES | ||||||
| 
 | 
 | ||||||
| -- Cabal-Version:  >= 1.9.2 |  | ||||||
| -- Test-Suite test-hledger |  | ||||||
| --     type:       exitcode-stdio-1.0 |  | ||||||
| --     main-is:    test-hledger.hs |  | ||||||
| --     build-depends: base |  | ||||||
| 
 |  | ||||||
| source-repository head | source-repository head | ||||||
|   type:     git |   type:     git | ||||||
|   location: https://github.com/simonmichael/hledger |   location: https://github.com/simonmichael/hledger | ||||||
| @ -163,10 +157,10 @@ executable hledger | |||||||
|     build-depends: pretty-show >= 1.6.4 |     build-depends: pretty-show >= 1.6.4 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| test-suite tests | test-suite test | ||||||
|   type:     exitcode-stdio-1.0 |   type:     exitcode-stdio-1.0 | ||||||
|   main-is:  suite.hs |   main-is:  test.hs | ||||||
|   hs-source-dirs: tests |   hs-source-dirs: test | ||||||
|   default-language: Haskell2010 |   default-language: Haskell2010 | ||||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures |   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures | ||||||
|   ghc-options: -fno-warn-type-defaults -fno-warn-orphans |   ghc-options: -fno-warn-type-defaults -fno-warn-orphans | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user