cabal: clean-up bound copies

This commit is contained in:
Anton-Latukha 2020-07-16 00:35:41 +03:00 committed by Anton Latukha
parent 5f63b2aa61
commit e3d4254258
1 changed files with 7 additions and 7 deletions

View File

@ -993,18 +993,18 @@ test-suite hnix-tests
build-depends: build-depends:
Diff Diff
, Glob , Glob
, base >=4.11 && <5 , base
, base16-bytestring , base16-bytestring
, bytestring , bytestring
, containers , containers
, data-fix , data-fix
, deepseq >=1.4.3 && <1.5 , deepseq
, directory , directory
, exceptions , exceptions
, filepath , filepath
, hedgehog , hedgehog
, hnix , hnix
, megaparsec >=7.0 && <8.1 , megaparsec
, mtl , mtl
, neat-interpolation , neat-interpolation
, optparse-applicative , optparse-applicative
@ -1022,7 +1022,7 @@ test-suite hnix-tests
, time , time
, transformers , transformers
, unix , unix
, unordered-containers >=0.2.9 && <0.3 , unordered-containers
if flag(optimize) if flag(optimize)
ghc-options: -fexpose-all-unfoldings -fspecialise-aggressively -O2 ghc-options: -fexpose-all-unfoldings -fspecialise-aggressively -O2
if impl(ghcjs) if impl(ghcjs)
@ -1039,13 +1039,13 @@ benchmark hnix-benchmarks
benchmarks benchmarks
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
base >=4.11 && <5 base
, base16-bytestring , base16-bytestring
, bytestring , bytestring
, containers , containers
, criterion , criterion
, data-fix , data-fix
, deepseq >=1.4.3 && <1.5 , deepseq
, exceptions , exceptions
, filepath , filepath
, hnix , hnix
@ -1056,7 +1056,7 @@ benchmark hnix-benchmarks
, text , text
, time , time
, transformers , transformers
, unordered-containers >=0.2.9 && <0.3 , unordered-containers
if flag(optimize) if flag(optimize)
ghc-options: -fexpose-all-unfoldings -fspecialise-aggressively -O2 ghc-options: -fexpose-all-unfoldings -fspecialise-aggressively -O2
if impl(ghcjs) if impl(ghcjs)