update cabal files
This commit is contained in:
		
							parent
							
								
									6621b0f3d0
								
							
						
					
					
						commit
						bfb4a38afb
					
				@ -3,7 +3,7 @@
 | 
				
			|||||||
-- see: https://github.com/sol/hpack
 | 
					-- see: https://github.com/sol/hpack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name:           hledger-api
 | 
					name:           hledger-api
 | 
				
			||||||
version:        1.3.99
 | 
					version:        1.4
 | 
				
			||||||
synopsis:       Web API server for the hledger accounting tool
 | 
					synopsis:       Web API server for the hledger accounting tool
 | 
				
			||||||
description:    This is a simple web API server for hledger data.
 | 
					description:    This is a simple web API server for hledger data.
 | 
				
			||||||
                It comes with a series of simple client-side web app examples.
 | 
					                It comes with a series of simple client-side web app examples.
 | 
				
			||||||
@ -44,10 +44,10 @@ source-repository head
 | 
				
			|||||||
executable hledger-api
 | 
					executable hledger-api
 | 
				
			||||||
  main-is: hledger-api.hs
 | 
					  main-is: hledger-api.hs
 | 
				
			||||||
  ghc-options: -threaded
 | 
					  ghc-options: -threaded
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      hledger-lib >= 1.3.99 && < 1.4
 | 
					      hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger >= 1.3.99 && < 1.4
 | 
					    , hledger >= 1.4 && < 1.5
 | 
				
			||||||
    , base >=4.8 && <5
 | 
					    , base >=4.8 && <5
 | 
				
			||||||
    , aeson
 | 
					    , aeson
 | 
				
			||||||
    , bytestring
 | 
					    , bytestring
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
-- see: https://github.com/sol/hpack
 | 
					-- see: https://github.com/sol/hpack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name:           hledger-lib
 | 
					name:           hledger-lib
 | 
				
			||||||
version:        1.3.99
 | 
					version:        1.4
 | 
				
			||||||
synopsis:       Core data types, parsers and functionality for the hledger accounting tools
 | 
					synopsis:       Core data types, parsers and functionality for the hledger accounting tools
 | 
				
			||||||
description:    This is a reusable library containing hledger's core functionality.
 | 
					description:    This is a reusable library containing hledger's core functionality.
 | 
				
			||||||
                .
 | 
					                .
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
-- see: https://github.com/sol/hpack
 | 
					-- see: https://github.com/sol/hpack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name:           hledger-ui
 | 
					name:           hledger-ui
 | 
				
			||||||
version:        1.3.99
 | 
					version:        1.4
 | 
				
			||||||
synopsis:       Curses-style user interface for the hledger accounting tool
 | 
					synopsis:       Curses-style user interface for the hledger accounting tool
 | 
				
			||||||
description:    This is hledger's curses-style interface.
 | 
					description:    This is hledger's curses-style interface.
 | 
				
			||||||
                It is simpler and more convenient for browsing data than the command-line interface,
 | 
					                It is simpler and more convenient for browsing data than the command-line interface,
 | 
				
			||||||
@ -50,10 +50,10 @@ executable hledger-ui
 | 
				
			|||||||
  hs-source-dirs:
 | 
					  hs-source-dirs:
 | 
				
			||||||
      ./.
 | 
					      ./.
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      hledger >= 1.3.99 && < 1.4
 | 
					      hledger >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger-lib >= 1.3.99 && < 1.4
 | 
					    , hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , ansi-terminal >= 0.6.2.3 && < 0.8
 | 
					    , ansi-terminal >= 0.6.2.3 && < 0.8
 | 
				
			||||||
    , async
 | 
					    , async
 | 
				
			||||||
    , base >= 4.8 && < 5
 | 
					    , base >= 4.8 && < 5
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
-- see: https://github.com/sol/hpack
 | 
					-- see: https://github.com/sol/hpack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name:           hledger-web
 | 
					name:           hledger-web
 | 
				
			||||||
version:        1.3.99
 | 
					version:        1.4
 | 
				
			||||||
synopsis:       Web interface for the hledger accounting tool
 | 
					synopsis:       Web interface for the hledger accounting tool
 | 
				
			||||||
description:    This is hledger's web interface.
 | 
					description:    This is hledger's web interface.
 | 
				
			||||||
                It provides a more user-friendly and collaborative UI than the
 | 
					                It provides a more user-friendly and collaborative UI than the
 | 
				
			||||||
@ -120,10 +120,10 @@ flag threaded
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
library
 | 
					library
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      hledger-lib >= 1.3.99 && < 1.4
 | 
					      hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger >= 1.3.99 && < 1.4
 | 
					    , hledger >= 1.4 && < 1.5
 | 
				
			||||||
    , base >=4.8 && <5
 | 
					    , base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
    , blaze-html
 | 
					    , blaze-html
 | 
				
			||||||
@ -188,10 +188,10 @@ executable hledger-web
 | 
				
			|||||||
  hs-source-dirs:
 | 
					  hs-source-dirs:
 | 
				
			||||||
      app
 | 
					      app
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      hledger-lib >= 1.3.99 && < 1.4
 | 
					      hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger >= 1.3.99 && < 1.4
 | 
					    , hledger >= 1.4 && < 1.5
 | 
				
			||||||
    , base >=4.8 && <5
 | 
					    , base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
    , blaze-html
 | 
					    , blaze-html
 | 
				
			||||||
@ -243,10 +243,10 @@ test-suite test
 | 
				
			|||||||
  hs-source-dirs:
 | 
					  hs-source-dirs:
 | 
				
			||||||
      tests
 | 
					      tests
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      hledger-lib >= 1.3.99 && < 1.4
 | 
					      hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger >= 1.3.99 && < 1.4
 | 
					    , hledger >= 1.4 && < 1.5
 | 
				
			||||||
    , base >=4.8 && <5
 | 
					    , base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
    , blaze-html
 | 
					    , blaze-html
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
-- see: https://github.com/sol/hpack
 | 
					-- see: https://github.com/sol/hpack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name:           hledger
 | 
					name:           hledger
 | 
				
			||||||
version:        1.3.99
 | 
					version:        1.4
 | 
				
			||||||
synopsis:       Command-line interface for the hledger accounting tool
 | 
					synopsis:       Command-line interface for the hledger accounting tool
 | 
				
			||||||
description:    This is hledger's command-line interface.
 | 
					description:    This is hledger's command-line interface.
 | 
				
			||||||
                Its basic function is to read a plain text file describing
 | 
					                Its basic function is to read a plain text file describing
 | 
				
			||||||
@ -75,7 +75,7 @@ flag threaded
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
library
 | 
					library
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      base >=4.8 && <5
 | 
					      base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
@ -91,7 +91,7 @@ library
 | 
				
			|||||||
    , tabular >=0.2 && <0.3
 | 
					    , tabular >=0.2 && <0.3
 | 
				
			||||||
    , time >=1.5
 | 
					    , time >=1.5
 | 
				
			||||||
    , utility-ht >= 0.0.13
 | 
					    , utility-ht >= 0.0.13
 | 
				
			||||||
    , hledger-lib >= 1.3.99 && < 1.4
 | 
					    , hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , bytestring
 | 
					    , bytestring
 | 
				
			||||||
    , containers
 | 
					    , containers
 | 
				
			||||||
    , unordered-containers
 | 
					    , unordered-containers
 | 
				
			||||||
@ -156,7 +156,7 @@ executable hledger
 | 
				
			|||||||
  hs-source-dirs:
 | 
					  hs-source-dirs:
 | 
				
			||||||
      app
 | 
					      app
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      base >=4.8 && <5
 | 
					      base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
@ -172,7 +172,7 @@ executable hledger
 | 
				
			|||||||
    , tabular >=0.2 && <0.3
 | 
					    , tabular >=0.2 && <0.3
 | 
				
			||||||
    , time >=1.5
 | 
					    , time >=1.5
 | 
				
			||||||
    , utility-ht >= 0.0.13
 | 
					    , utility-ht >= 0.0.13
 | 
				
			||||||
    , hledger-lib >= 1.3.99 && < 1.4
 | 
					    , hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger
 | 
					    , hledger
 | 
				
			||||||
    , bytestring
 | 
					    , bytestring
 | 
				
			||||||
    , containers
 | 
					    , containers
 | 
				
			||||||
@ -205,7 +205,7 @@ test-suite test
 | 
				
			|||||||
  hs-source-dirs:
 | 
					  hs-source-dirs:
 | 
				
			||||||
      test
 | 
					      test
 | 
				
			||||||
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
					  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
 | 
				
			||||||
  cpp-options: -DVERSION="1.3.99"
 | 
					  cpp-options: -DVERSION="1.4"
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      base >=4.8 && <5
 | 
					      base >=4.8 && <5
 | 
				
			||||||
    , base-compat >=0.8.1
 | 
					    , base-compat >=0.8.1
 | 
				
			||||||
@ -221,7 +221,7 @@ test-suite test
 | 
				
			|||||||
    , tabular >=0.2 && <0.3
 | 
					    , tabular >=0.2 && <0.3
 | 
				
			||||||
    , time >=1.5
 | 
					    , time >=1.5
 | 
				
			||||||
    , utility-ht >= 0.0.13
 | 
					    , utility-ht >= 0.0.13
 | 
				
			||||||
    , hledger-lib >= 1.3.99 && < 1.4
 | 
					    , hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger
 | 
					    , hledger
 | 
				
			||||||
    , bytestring
 | 
					    , bytestring
 | 
				
			||||||
    , containers
 | 
					    , containers
 | 
				
			||||||
@ -269,7 +269,7 @@ benchmark bench
 | 
				
			|||||||
    , tabular >=0.2 && <0.3
 | 
					    , tabular >=0.2 && <0.3
 | 
				
			||||||
    , time >=1.5
 | 
					    , time >=1.5
 | 
				
			||||||
    , utility-ht >= 0.0.13
 | 
					    , utility-ht >= 0.0.13
 | 
				
			||||||
    , hledger-lib >= 1.3.99 && < 1.4
 | 
					    , hledger-lib >= 1.4 && < 1.5
 | 
				
			||||||
    , hledger
 | 
					    , hledger
 | 
				
			||||||
    , criterion
 | 
					    , criterion
 | 
				
			||||||
    , html
 | 
					    , html
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user