cli, ui, web: drop HUnit dependency
This commit is contained in:
parent
ad733c1eb4
commit
45858abc9c
@ -2,7 +2,7 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 16e7ba806b0cc431b0c3737628ff623378d53a2a9540ecb7fa89d9b45713e6fb
|
-- hash: 88116009cafa64bb3351a332b88f9848d895f7bc4e614a8647f9c26c6405ba35
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.10.99
|
version: 1.10.99
|
||||||
@ -65,8 +65,7 @@ executable hledger-ui
|
|||||||
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.10.99"
|
cpp-options: -DVERSION="1.10.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
ansi-terminal >=0.6.2.3
|
||||||
, ansi-terminal >=0.6.2.3
|
|
||||||
, async
|
, async
|
||||||
, base >=4.8 && <4.12
|
, base >=4.8 && <4.12
|
||||||
, base-compat-batteries >=0.10.1 && <0.11
|
, base-compat-batteries >=0.10.1 && <0.11
|
||||||
|
|||||||
@ -52,7 +52,6 @@ dependencies:
|
|||||||
- directory
|
- directory
|
||||||
- filepath
|
- filepath
|
||||||
- fsnotify >=0.2.1.2 && <0.4
|
- fsnotify >=0.2.1.2 && <0.4
|
||||||
- HUnit
|
|
||||||
- microlens >=0.4
|
- microlens >=0.4
|
||||||
- microlens-platform >=0.2.3.1
|
- microlens-platform >=0.2.3.1
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: aa549e1cadbc99bc121957427dc2801f175bc8269503971209b0d70bb1b2a53f
|
-- hash: b77366b5a138b9d5a3b4c4541bfb875642f06b621bd690712d022f53ab1afbf6
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.10.99
|
version: 1.10.99
|
||||||
@ -151,8 +151,7 @@ library
|
|||||||
ghc-options: -Wall -fwarn-tabs
|
ghc-options: -Wall -fwarn-tabs
|
||||||
cpp-options: -DVERSION="1.10.99"
|
cpp-options: -DVERSION="1.10.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
base >=4.8 && <4.12
|
||||||
, base >=4.8 && <4.12
|
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -127,7 +127,6 @@ library:
|
|||||||
- wai-handler-launch >=1.3
|
- wai-handler-launch >=1.3
|
||||||
- warp
|
- warp
|
||||||
- yaml
|
- yaml
|
||||||
- HUnit
|
|
||||||
# on mac Sierra or greater, ghc 7 will fail to build yesod; don't try
|
# on mac Sierra or greater, ghc 7 will fail to build yesod; don't try
|
||||||
when:
|
when:
|
||||||
- condition: os(darwin) && impl(ghc < 8.0)
|
- condition: os(darwin) && impl(ghc < 8.0)
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 670748bbdefdd5950fbc676e79a7c3924edbe21ac333141915b5509e799fa071
|
-- hash: 4c452bcbcd39691d37c6a2bef39b8ff256fb6ef1988ded63371560ae1cd87ca3
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.10.99
|
version: 1.10.99
|
||||||
@ -113,7 +113,6 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, Diff
|
, Diff
|
||||||
, HUnit
|
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, base >=4.8 && <4.12
|
, base >=4.8 && <4.12
|
||||||
, base-compat-batteries >=0.10.1 && <0.11
|
, base-compat-batteries >=0.10.1 && <0.11
|
||||||
@ -165,7 +164,6 @@ executable hledger
|
|||||||
cpp-options: -DVERSION="1.10.99"
|
cpp-options: -DVERSION="1.10.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, base >=4.8 && <4.12
|
, base >=4.8 && <4.12
|
||||||
, base-compat-batteries >=0.10.1 && <0.11
|
, base-compat-batteries >=0.10.1 && <0.11
|
||||||
@ -219,7 +217,6 @@ test-suite test
|
|||||||
cpp-options: -DVERSION="1.10.99"
|
cpp-options: -DVERSION="1.10.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, base >=4.8 && <4.12
|
, base >=4.8 && <4.12
|
||||||
, base-compat-batteries >=0.10.1 && <0.11
|
, base-compat-batteries >=0.10.1 && <0.11
|
||||||
@ -272,7 +269,6 @@ benchmark bench
|
|||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, base >=4.8 && <4.12
|
, base >=4.8 && <4.12
|
||||||
, base-compat-batteries >=0.10.1 && <0.11
|
, base-compat-batteries >=0.10.1 && <0.11
|
||||||
|
|||||||
@ -93,7 +93,6 @@ dependencies:
|
|||||||
- filepath
|
- filepath
|
||||||
- haskeline >=0.6
|
- haskeline >=0.6
|
||||||
- here
|
- here
|
||||||
- HUnit
|
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1
|
||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user