Skip to content
Snippets Groups Projects
Commit 9a14dd96 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

per cabal warnings, default-language

parent 7a0d1435
No related branches found
No related tags found
1 merge request!39CORS headers on Stripe charge API responses
......@@ -64,16 +64,17 @@ executable PaymentServer-generate-key
default-language: Haskell2010
test-suite PaymentServer-tests
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Persistence
build-depends: base
, text
, tasty
, tasty-hunit
, directory
, PaymentServer
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Persistence
build-depends: base
, text
, tasty
, tasty-hunit
, directory
, PaymentServer
default-language: Haskell2010
source-repository head
type: git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment