support and require latest cmdargs
This commit is contained in:
		
							parent
							
								
									917a35d62b
								
							
						
					
					
						commit
						26ad00a659
					
				@ -42,7 +42,7 @@ executable hledger-chart
 | 
			
		||||
                 ,HUnit
 | 
			
		||||
                 ,base >= 3 && < 5
 | 
			
		||||
                 ,cabal-file-th
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 ,containers
 | 
			
		||||
                 -- ,csv
 | 
			
		||||
                 -- ,directory
 | 
			
		||||
 | 
			
		||||
@ -42,7 +42,7 @@ executable hledger-vty
 | 
			
		||||
                 ,HUnit
 | 
			
		||||
                 ,base >= 3 && < 5
 | 
			
		||||
                 ,cabal-file-th
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 -- ,containers
 | 
			
		||||
                 -- ,csv
 | 
			
		||||
                 -- ,directory
 | 
			
		||||
 | 
			
		||||
@ -56,7 +56,7 @@ library
 | 
			
		||||
  Build-Depends:
 | 
			
		||||
                  base >= 3 && < 5
 | 
			
		||||
                 ,bytestring
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 ,containers
 | 
			
		||||
                 ,directory
 | 
			
		||||
                 ,filepath
 | 
			
		||||
 | 
			
		||||
@ -77,7 +77,7 @@ executable hledger-web
 | 
			
		||||
                 ,base >= 4 && < 5
 | 
			
		||||
                 ,bytestring
 | 
			
		||||
                 ,cabal-file-th
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 ,directory
 | 
			
		||||
                 ,filepath
 | 
			
		||||
                 ,old-locale
 | 
			
		||||
 | 
			
		||||
@ -443,7 +443,7 @@ aliasesFromOpts = map parseAlias . alias_
 | 
			
		||||
            alias' = case alias of ('=':rest) -> rest
 | 
			
		||||
                                   _ -> orig
 | 
			
		||||
 | 
			
		||||
showModeHelp = showText defaultWrap . helpText HelpFormatDefault
 | 
			
		||||
showModeHelp = showText defaultWrap . helpText [] HelpFormatDefault
 | 
			
		||||
 | 
			
		||||
tests_Hledger_Cli_Options = TestList
 | 
			
		||||
 [
 | 
			
		||||
 | 
			
		||||
@ -61,7 +61,7 @@ library
 | 
			
		||||
                 ,base >= 3 && < 5
 | 
			
		||||
                 ,cabal-file-th
 | 
			
		||||
                 ,containers
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 ,csv
 | 
			
		||||
                 ,directory
 | 
			
		||||
                 ,filepath
 | 
			
		||||
@ -112,7 +112,7 @@ executable hledger
 | 
			
		||||
                 ,base >= 3 && < 5
 | 
			
		||||
                 ,cabal-file-th
 | 
			
		||||
                 ,containers
 | 
			
		||||
                 ,cmdargs >= 0.8   && < 0.10
 | 
			
		||||
                 ,cmdargs >= 0.9.1   && < 0.10
 | 
			
		||||
                 ,csv
 | 
			
		||||
                 ,directory
 | 
			
		||||
                 ,filepath
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user