Skip to content

Commit

Permalink
Add documentation and doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Mar 31, 2019
1 parent 6be3081 commit 3a68456
Show file tree
Hide file tree
Showing 5 changed files with 1,025 additions and 89 deletions.
53 changes: 0 additions & 53 deletions CONTRIBUTING.md

This file was deleted.

13 changes: 13 additions & 0 deletions slist.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,16 @@ test-suite slist-test
TupleSections
TypeApplications
ViewPatterns

test-suite slist-doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Doctest.hs

build-depends: base >= 4.9 && < 5
, doctest
, Glob
, QuickCheck

ghc-options: -threaded
default-language: Haskell2010
Loading

0 comments on commit 3a68456

Please sign in to comment.