Skip to content

Commit 10c4263

Browse files
Add golden files to extra-source-files
1 parent 0af14d3 commit 10c4263

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license: BSD3
1010
extra-source-files:
1111
- CHANGELOG.md
1212
- README.md
13+
- test/goldens/**/*.golden
1314

1415
ghc-options: -Wall
1516

persistent-mtl.cabal

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: ecc5c26df5e3a8ea1319ec34679397ab5a6faf5d560d5da21796f3c1bdaf9bb3
7+
-- hash: b4cebf2dfec7ddb84809e77bf7c91ea81fd89f22a13763b7ee032b13313dfebd
88

99
name: persistent-mtl
1010
version: 0.1.0.0
@@ -21,6 +21,10 @@ build-type: Simple
2121
extra-source-files:
2222
CHANGELOG.md
2323
README.md
24+
test/goldens/persistent-2.10/sqlqueryrep_show_representation.golden
25+
test/goldens/persistent-2.11/sqlqueryrep_show_representation.golden
26+
test/goldens/persistent-2.8/sqlqueryrep_show_representation.golden
27+
test/goldens/persistent-2.9/sqlqueryrep_show_representation.golden
2428

2529
source-repository head
2630
type: git

0 commit comments

Comments
 (0)