mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-12-02 09:52:01 +03:00
Renamed Autodocodec.Aeson.DocumentSpec to Autodocodec.Aeson.SchemaSpec
This commit is contained in:
parent
a8eb840bdf
commit
632a0cb9be
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user