Skip to content
Snippets Groups Projects
Commit 2d75eb33 authored by BinderDavid's avatar BinderDavid
Browse files

Fix cabal check warnings and bump hpc version

parent f9bbe287
No related branches found
No related tags found
1 merge request!26Fix cabal check warnings and bump hpc version
Pipeline #83205 passed
...@@ -6,12 +6,13 @@ license-File: LICENSE ...@@ -6,12 +6,13 @@ license-File: LICENSE
copyright: (c) Andy Gill, Colin Runciman copyright: (c) Andy Gill, Colin Runciman
author: Andy Gill, Colin Runciman author: Andy Gill, Colin Runciman
maintainer: XXX maintainer: XXX
synopsis: Hpc is a tool for generating coverage reports in various output formats for Haskell projects. synopsis: Hpc is a tool for generating coverage reports for Haskell projects.
description: Hpc is a tool for generating coverage reports in various output formats for Haskell projects. description: Hpc is a tool for generating coverage reports in various output formats for Haskell projects.
category: Development category: Development
bug-reports: https://gitlab.haskell.org/hpc/hpc-bin/-/issues bug-reports: https://gitlab.haskell.org/hpc/hpc-bin/-/issues
extra-source-files: README.md extra-doc-files:
, CHANGELOG.md README.md
CHANGELOG.md
build-type: Simple build-type: Simple
source-repository head source-repository head
...@@ -48,7 +49,7 @@ executable hpc ...@@ -48,7 +49,7 @@ executable hpc
filepath >= 1 && < 1.5, filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.7, containers >= 0.1 && < 0.7,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
hpc >= 0.6.2 && < 0.7 hpc >= 0.6.2 && < 0.8
if flag(build-tool-depends) if flag(build-tool-depends)
build-tool-depends: happy:happy >= 1.20.0 build-tool-depends: happy:happy >= 1.20.0
...@@ -67,11 +68,11 @@ test-suite hpc-test ...@@ -67,11 +68,11 @@ test-suite hpc-test
build-depends: build-depends:
base >= 4 && < 5 base >= 4 && < 5
, directory >= 1 && < 1.4 , directory >= 1 && < 1.4
, filepath >= 1 && < 1.5 , filepath >= 1 && < 1.5
, process , process ^>= 1.6
, tasty , tasty ^>= 1.4
, tasty-golden , tasty-golden ^>= 2.3
, tasty-hunit , tasty-hunit ^>= 0.10
, text , text ^>= 2.0
, utf8-string , utf8-string ^>= 1.0
default-language: Haskell2010 default-language: Haskell2010
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment