Skip to content

Commit

Permalink
Merge pull request #74 from m-ildefons/extra-sources
Browse files Browse the repository at this point in the history
packging: add extra sources
  • Loading branch information
lorenzo committed Oct 26, 2021
2 parents 8f2d1c0 + 83e1513 commit 57c2db8
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
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
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 57c2db8

Please sign in to comment.