File: Main.hs

package info (click to toggle)
haskell-aeson-casing 0.2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68 kB
  • sloc: haskell: 115; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module Main where

import           Test.Tasty

import qualified Data.Aeson.Casing.Test as Casing

main :: IO ()
main = defaultMain $ testGroup "Tests"
        [ Casing.tests
        ]