packages feed

xrefcheck-0.2.1: tests/Main.hs

{- SPDX-FileCopyrightText: 2019 Serokell <https://serokell.io>
 -
 - SPDX-License-Identifier: MPL-2.0
 -}

import Universum

import Spec (spec)
import Test.Hspec (hspec)

main :: IO ()
main = hspec spec