Skip to content

Commit

Permalink
Add missing test suite data to extra-source-files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Jan 17, 2024
1 parent 86361fe commit c89df58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for http-interchange

## 0.3.?.? -- 2024-??-??

* List test suite file dependencies in `extra-source-files` so that Hackage
is able to run the test suite.

## 0.3.2.0 -- 2024-01-16

* Add `Eq` and `Show` to all data types.
Expand Down
15 changes: 13 additions & 2 deletions http-interchange.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: http-interchange
version: 0.3.2.0
version: 0.3.2.1
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
Expand All @@ -14,7 +14,18 @@ description:
copyright: 2023 Andrew Martin
category: Data
build-type: Simple
extra-doc-files: CHANGELOG.md
extra-doc-files:
CHANGELOG.md
README.md
extra-source-files:
golden/request/*.json
golden/request/*.txt
golden/request/*.input
golden/request/*.output
golden/response/*.json
golden/response/*.txt
golden/response/*.input
golden/response/*.output

library
ghc-options: -Wall -O2
Expand Down

0 comments on commit c89df58

Please sign in to comment.