Skip to content

Commit

Permalink
packging: add extra sources
Browse files Browse the repository at this point in the history
- Add all test fixtures to the package.yaml so the hackage packge is
  generated correctly.

fixes:  #72
  • Loading branch information
m-ildefons committed Oct 26, 2021
1 parent 8f2d1c0 commit 83e1513
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion language-docker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 797bec50cbf30bc384022e539dd06b34fb833631112f23eba227db63e7463312
-- hash: e958774001a0ee7648ae873f3676eeb96096d835bfc0ce02bf292d23c4f1b716

name: language-docker
version: 10.3.0
Expand Down Expand Up @@ -34,6 +34,11 @@ extra-source-files:
test/fixtures/6.Dockerfile
test/fixtures/7.Dockerfile
test/fixtures/8.Dockerfile
test/fixtures/Dockerfile.bom.utf32be
test/fixtures/Dockerfile.bom.utf32le
test/fixtures/Dockerfile.bom.utf16be
test/fixtures/Dockerfile.bom.utf16le
test/fixtures/Dockerfile.bom.utf8

source-repository head
type: git
Expand Down
5 changes: 5 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ extra-source-files:
- test/fixtures/6.Dockerfile
- test/fixtures/7.Dockerfile
- test/fixtures/8.Dockerfile
- test/fixtures/Dockerfile.bom.utf32be
- test/fixtures/Dockerfile.bom.utf32le
- test/fixtures/Dockerfile.bom.utf16be
- test/fixtures/Dockerfile.bom.utf16le
- test/fixtures/Dockerfile.bom.utf8
default-extensions:
- OverloadedStrings
- ImplicitParams
Expand Down

0 comments on commit 83e1513

Please sign in to comment.