packages feed

stylish-cabal-0.1.0.0: tests/roundtrip/Main.hs

{-# OPTIONS_GHC -fno-warn-orphans -fno-warn-missing-signatures #-}

module Main where

import Test.Hspec
import Utils

main :: IO ()
main =
    hspec $
    describe "comprehensive check" $
    it "retains every attribute" $ expectParse =<< readFile "tests/example.cabal"