summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T23315/T23315.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_compile/T23315/T23315.cabal')
-rw-r--r--testsuite/tests/parser/should_compile/T23315/T23315.cabal10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/T23315/T23315.cabal b/testsuite/tests/parser/should_compile/T23315/T23315.cabal
new file mode 100644
index 0000000000..a654745c6d
--- /dev/null
+++ b/testsuite/tests/parser/should_compile/T23315/T23315.cabal
@@ -0,0 +1,10 @@
+name: T23315
+version: 0.1.0.0
+build-type: Simple
+cabal-version: 2.0
+
+library
+ signatures: T23315
+ build-depends: base >= 4.3 && < 5
+ default-language: Haskell2010
+ ghc-options: -Wall -haddock -ddump-parsed-ast