Skip to content

Commit

Permalink
Fix additional build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Dec 15, 2023
1 parent 87873f2 commit ca3fc39
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.12
name: foo
version: 1.0
build-type: Simple
cabal-version: 3.12
data-dir: data
data-files: hello.txt

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.12
name: setup-lib
version: 1.0
build-type: Simple
cabal-version: 3.12
data-files: example.txt

library
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cabal-version: 3.12
name: PackageInfoModule
version: 0.1
license: BSD3
license: BSD-3-Clause
author: Gautier DI FOLCO
stability: stable
category: PackageTests
build-type: Simple
Cabal-version: 3.12

description:
Check that the generated package info module compiles.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Cabal-version: 3.12
name: PackageInfoModule
version: 0.1
license: BSD3
license: BSD-3-Clause
author: Gautier DI FOLCO
category: PackageTests
build-type: Simple
Cabal-version: >= 1.2

description:
Check that the generated package info module compiles.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cabal-version: 2.2
Cabal-version: 3.12
name: PackageInfoModule
version: 0.1
license: BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cabal-version: 3.12
name: PathsModule
version: 0.1
license: BSD3
license: BSD-3-Clause
author: Johan Tibell
stability: stable
category: PackageTests
build-type: Simple
Cabal-version: >= 1.2

description:
Check that the generated paths module compiles.
Expand Down
4 changes: 2 additions & 2 deletions cabal-testsuite/PackageTests/PathsModule/Executable/my.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Cabal-version: 3.12
name: PathsModule
version: 0.1
license: BSD3
license: BSD-3-Clause
author: Johan Tibell
stability: stable
category: PackageTests
build-type: Simple
Cabal-version: >= 1.2

description:
Check that the generated paths module compiles.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Cabal-version: 3.12
name: PathsModule
version: 0.1
license: BSD3
license: BSD-3-Clause
author: Martijn Bastiaan
category: PackageTests
build-type: Simple
Cabal-version: >= 1.2

description:
Check that the generated paths module compiles.
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/PathsModule/Library/my.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cabal-version: 2.2
Cabal-version: 3.12
name: PathsModule
version: 0.1
license: BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 3.12
name: PathsModule
version: 0.1
license: BSD-3-Clause
Expand Down

0 comments on commit ca3fc39

Please sign in to comment.