bump version to 0.23.1
This commit is contained in:
		
							parent
							
								
									6d6aae3cc9
								
							
						
					
					
						commit
						4b1714a9e0
					
				| @ -1,5 +1,5 @@ | |||||||
| name:           hledger-lib | name:           hledger-lib | ||||||
| version:        0.23 | version: 0.23.1 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| synopsis:       Core data types, parsers and utilities for the hledger accounting tool. | synopsis:       Core data types, parsers and utilities for the hledger accounting tool. | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name:           hledger-web | name:           hledger-web | ||||||
| version:        0.23 | version: 0.23.1 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance | category:       Finance | ||||||
| synopsis:       A web interface for the hledger accounting tool. | synopsis:       A web interface for the hledger accounting tool. | ||||||
| @ -71,7 +71,7 @@ flag library-only | |||||||
|     Default:       False |     Default:       False | ||||||
| 
 | 
 | ||||||
| library | library | ||||||
|     cpp-options:   -DVERSION="0.23" |     cpp-options:   -DVERSION="0.23.1" | ||||||
|     if flag(dev) || flag(library-only) |     if flag(dev) || flag(library-only) | ||||||
|         cpp-options: -DDEVELOPMENT |         cpp-options: -DDEVELOPMENT | ||||||
|   |   | ||||||
| @ -114,8 +114,8 @@ library | |||||||
|                      Hledger.Web.Options |                      Hledger.Web.Options | ||||||
|                      -- Setup -- stops yesod devel complaining, requires build-depends: Cabal |                      -- Setup -- stops yesod devel complaining, requires build-depends: Cabal | ||||||
|     build-depends: |     build-depends: | ||||||
|                      hledger              == 0.23 |                      hledger              == 0.23.1 | ||||||
|                    , hledger-lib          == 0.23 |                    , hledger-lib          == 0.23.1 | ||||||
|                    , base                 >= 4 && < 5 |                    , base                 >= 4 && < 5 | ||||||
|                    , bytestring |                    , bytestring | ||||||
|                    , clientsession |                    , clientsession | ||||||
| @ -172,7 +172,7 @@ executable         hledger-web | |||||||
|     if flag(library-only) |     if flag(library-only) | ||||||
|         Buildable: False |         Buildable: False | ||||||
| 
 | 
 | ||||||
|     cpp-options:   -DVERSION="0.23" |     cpp-options:   -DVERSION="0.23.1" | ||||||
|     if flag(dev) |     if flag(dev) | ||||||
|         cpp-options:   -DDEVELOPMENT |         cpp-options:   -DDEVELOPMENT | ||||||
| 
 | 
 | ||||||
| @ -214,8 +214,8 @@ executable         hledger-web | |||||||
|                      Hledger.Web.Options |                      Hledger.Web.Options | ||||||
| 
 | 
 | ||||||
|     build-depends: |     build-depends: | ||||||
|                      hledger              == 0.23 |                      hledger              == 0.23.1 | ||||||
|                    , hledger-lib          == 0.23 |                    , hledger-lib          == 0.23.1 | ||||||
|                    , base                 >= 4 && < 5 |                    , base                 >= 4 && < 5 | ||||||
|                    , bytestring |                    , bytestring | ||||||
|                    , clientsession |                    , clientsession | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name:           hledger | name:           hledger | ||||||
| version:        0.23 | version: 0.23.1 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| synopsis:       The main command-line interface for the hledger accounting tool. | synopsis:       The main command-line interface for the hledger accounting tool. | ||||||
| @ -42,7 +42,7 @@ flag threaded | |||||||
|     Default:       True |     Default:       True | ||||||
| 
 | 
 | ||||||
| library | library | ||||||
|   cpp-options:    -DVERSION="0.23" |   cpp-options:    -DVERSION="0.23.1" | ||||||
|   ghc-options:    -W |   ghc-options:    -W | ||||||
|   default-language: Haskell2010 |   default-language: Haskell2010 | ||||||
|   -- should be the same as below |   -- should be the same as below | ||||||
| @ -65,7 +65,7 @@ library | |||||||
|                   Hledger.Cli.Stats |                   Hledger.Cli.Stats | ||||||
|   -- should be the same as below |   -- should be the same as below | ||||||
|   build-depends: |   build-depends: | ||||||
|                   hledger-lib == 0.23 |                   hledger-lib == 0.23.1 | ||||||
|                  ,base >= 4.3 && < 5 |                  ,base >= 4.3 && < 5 | ||||||
|                  -- ,cabal-file-th |                  -- ,cabal-file-th | ||||||
|                  ,containers |                  ,containers | ||||||
| @ -128,14 +128,14 @@ executable hledger | |||||||
|                   Hledger.Cli.Print |                   Hledger.Cli.Print | ||||||
|                   Hledger.Cli.Register |                   Hledger.Cli.Register | ||||||
|                   Hledger.Cli.Stats |                   Hledger.Cli.Stats | ||||||
|   cpp-options:    -DVERSION="0.23" |   cpp-options:    -DVERSION="0.23.1" | ||||||
|   ghc-options:    -W |   ghc-options:    -W | ||||||
|   if flag(threaded) |   if flag(threaded) | ||||||
|        ghc-options:   -threaded |        ghc-options:   -threaded | ||||||
|  -- should be the same as above |  -- should be the same as above | ||||||
|   default-language: Haskell2010 |   default-language: Haskell2010 | ||||||
|   build-depends: |   build-depends: | ||||||
|                   hledger-lib == 0.23 |                   hledger-lib == 0.23.1 | ||||||
|                  ,base >= 4.3 && < 5 |                  ,base >= 4.3 && < 5 | ||||||
|                  ,containers |                  ,containers | ||||||
|                  ,cmdargs >= 0.10 && < 0.11 |                  ,cmdargs >= 0.10 && < 0.11 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user