From b20e2d3f7e0e0ed7f7bbb66e21a0873b38832355 Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Fri, 30 Nov 2018 16:23:29 -0800 Subject: [PATCH] Export lists --- test/Data/Term/Spec.hs | 2 +- test/Diffing/Algorithm/RWS/Spec.hs | 2 +- test/Diffing/Algorithm/SES/Spec.hs | 2 +- test/Diffing/Interpreter/Spec.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Data/Term/Spec.hs b/test/Data/Term/Spec.hs index 69cc856b4..ec4cc3ddd 100644 --- a/test/Data/Term/Spec.hs +++ b/test/Data/Term/Spec.hs @@ -1,5 +1,5 @@ {-# LANGUAGE DataKinds #-} -module Data.Term.Spec where +module Data.Term.Spec (spec) where import Data.Functor.Listable import Data.Term diff --git a/test/Diffing/Algorithm/RWS/Spec.hs b/test/Diffing/Algorithm/RWS/Spec.hs index f4a88a446..c2937a8c0 100644 --- a/test/Diffing/Algorithm/RWS/Spec.hs +++ b/test/Diffing/Algorithm/RWS/Spec.hs @@ -1,5 +1,5 @@ {-# LANGUAGE DataKinds, TypeOperators #-} -module Diffing.Algorithm.RWS.Spec where +module Diffing.Algorithm.RWS.Spec (spec) where import Analysis.Decorator import Data.Bifunctor diff --git a/test/Diffing/Algorithm/SES/Spec.hs b/test/Diffing/Algorithm/SES/Spec.hs index bc505dcce..97ddf96b7 100644 --- a/test/Diffing/Algorithm/SES/Spec.hs +++ b/test/Diffing/Algorithm/SES/Spec.hs @@ -1,4 +1,4 @@ -module Diffing.Algorithm.SES.Spec where +module Diffing.Algorithm.SES.Spec (spec) where import Data.These import Diffing.Algorithm.SES diff --git a/test/Diffing/Interpreter/Spec.hs b/test/Diffing/Interpreter/Spec.hs index 20812b6fb..a147d51c6 100644 --- a/test/Diffing/Interpreter/Spec.hs +++ b/test/Diffing/Interpreter/Spec.hs @@ -1,5 +1,5 @@ {-# LANGUAGE DataKinds #-} -module Diffing.Interpreter.Spec where +module Diffing.Interpreter.Spec (spec, afterTerm, beforeTerm) where import Control.Applicative ((<|>)) import Data.Diff