mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
Add upper bound on 'statistics'; broaden .gitignore
.gitignore: products of manual cabal builds, and vim temp files hledger.cabal: *.RootFinding removed from statistics >=0.15 in favor of that in math-functions >=0.2
This commit is contained in:
parent
0d531bb24f
commit
22645881c1
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,6 +36,7 @@ TAGS
|
|||||||
/[0-9]*
|
/[0-9]*
|
||||||
#
|
#
|
||||||
*.j
|
*.j
|
||||||
|
*.sw[op]
|
||||||
|
|
||||||
# haskell stuff
|
# haskell stuff
|
||||||
*.dyn_hi
|
*.dyn_hi
|
||||||
@ -43,11 +44,13 @@ TAGS
|
|||||||
*.hi
|
*.hi
|
||||||
*.p_o
|
*.p_o
|
||||||
*.hp
|
*.hp
|
||||||
|
.cabal-sandbox/
|
||||||
cabal-dev*
|
cabal-dev*
|
||||||
cabal.project.local
|
cabal.project.local
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
dist/
|
dist/
|
||||||
dist-newstyle/
|
dist-newstyle/
|
||||||
|
.ghc.environment.*
|
||||||
/Shake
|
/Shake
|
||||||
/.shake.html
|
/.shake.html
|
||||||
.stack-work/
|
.stack-work/
|
||||||
|
@ -143,7 +143,7 @@ library
|
|||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, statistics
|
, statistics <0.15
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, temporary
|
, temporary
|
||||||
, text >=0.11
|
, text >=0.11
|
||||||
@ -194,7 +194,7 @@ executable hledger
|
|||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, statistics
|
, statistics <0.15
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, temporary
|
, temporary
|
||||||
, text >=0.11
|
, text >=0.11
|
||||||
@ -248,7 +248,7 @@ test-suite test
|
|||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, statistics
|
, statistics <0.15
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, temporary
|
, temporary
|
||||||
, test-framework
|
, test-framework
|
||||||
@ -303,7 +303,7 @@ benchmark bench
|
|||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, statistics
|
, statistics <0.15
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, temporary
|
, temporary
|
||||||
, text >=0.11
|
, text >=0.11
|
||||||
|
@ -104,7 +104,7 @@ dependencies:
|
|||||||
- safe >=0.2
|
- safe >=0.2
|
||||||
- shakespeare >=2.0.2.2
|
- shakespeare >=2.0.2.2
|
||||||
- split >=0.1
|
- split >=0.1
|
||||||
- statistics
|
- statistics <=0.15
|
||||||
- tabular >=0.2
|
- tabular >=0.2
|
||||||
- temporary
|
- temporary
|
||||||
- text >=0.11
|
- text >=0.11
|
||||||
|
Loading…
Reference in New Issue
Block a user