Renamed Autodocodec.Aeson.DocumentSpec to Autodocodec.Aeson.SchemaSpec

This commit is contained in:
Tom Sydney Kerckhove 2021-11-01 19:16:41 +01:00
parent a8eb840bdf
commit 632a0cb9be
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ test-suite autodocodec-api-usage-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Autodocodec.Aeson.DocumentSpec
Autodocodec.Aeson.SchemaSpec
Autodocodec.AesonSpec
Autodocodec.Yaml.DocumentSpec
Paths_autodocodec_api_usage

View File

@ -5,7 +5,7 @@
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Autodocodec.Aeson.DocumentSpec (spec) where
module Autodocodec.Aeson.SchemaSpec (spec) where
import Autodocodec
import Autodocodec.Aeson