Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Oct 31, 2020
1 parent 945a87c commit 102e13e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions HUnit.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-- This file has been generated from package.yaml by hpack version 0.17.0.
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack

name: HUnit
version: 1.6.0.0
cabal-version: >= 1.10
version: 1.6.1.0
license: BSD3
license-file: LICENSE
author: Dean Herington
Expand All @@ -17,7 +18,6 @@ synopsis: A unit testing framework for Haskell
description: HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: <http://www.junit.org>.
build-type: Simple

extra-source-files:
CHANGELOG.md
README.md
Expand All @@ -30,9 +30,9 @@ library
hs-source-dirs:
src
build-depends:
base == 4.*,
deepseq,
call-stack
base ==4.*,
call-stack,
deepseq
exposed-modules:
Test.HUnit.Base
Test.HUnit.Lang
Expand All @@ -51,15 +51,16 @@ test-suite tests
tests
examples
build-depends:
base == 4.*,
deepseq,
HUnit,
base ==4.*,
call-stack,
filepath,
HUnit
deepseq,
filepath
other-modules:
HUnitTestBase
HUnitTestExtended
TerminalTest
Example
Paths_HUnit
default-language: Haskell2010
ghc-options: -Wall
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: HUnit
version: 1.6.0.0
version: 1.6.1.0
synopsis: A unit testing framework for Haskell
category: Testing
stability: stable
Expand Down

0 comments on commit 102e13e

Please sign in to comment.