Skip to content

Commit

Permalink
Add .cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Dec 10, 2020
1 parent bba1177 commit c54a130
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
dist-newstyle/
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
21 changes: 21 additions & 0 deletions hspec-formatters-codewars.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cabal-version: >=1.10

name: hspec-formatters-codewars
version: 0.1.0
synopsis: Hspec formatter for Codewars
homepage: https://githuc.com/codewars/hspec-formatters-codewars
license: MIT
build-type: Simple

library
hs-source-dirs:
src
build-depends:
base ==4.*
, hspec ==2.*
, hspec-core ==2.*
, text ==1.*
exposed-modules:
Test.Hspec.Formatters.Codewars
default-language:
Haskell2010

0 comments on commit c54a130

Please sign in to comment.