Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
fix: Add new test module to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Jul 6, 2021
1 parent f043906 commit 6dd5045
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions spectrometer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ common lang
GADTSyntax
GeneralizedNewtypeDeriving
HexFloatLiterals
ImportQualifiedPost
InstanceSigs
KindSignatures
MultiParamTypeClasses
Expand All @@ -45,13 +46,12 @@ common lang
RankNTypes
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
StrictData
TupleSections
TypeApplications
TypeOperators
TypeSynonymInstances
ImportQualifiedPost
StandaloneKindSignatures

ghc-options:
-Wall -Wincomplete-uni-patterns -Wcompat
Expand All @@ -74,8 +74,8 @@ common deps
, conduit ^>=1.3.2
, conduit-extra ^>=1.3.5
, containers ^>=0.6.0
, cryptonite ^>=0.28
, cpio-conduit ^>=0.7.0
, cryptonite ^>=0.28
, directory ^>=1.3.6.1
, exceptions ^>=0.10.4
, file-embed ^>=0.0.11
Expand All @@ -96,7 +96,7 @@ common deps
, path-io ^>=1.6.0
, prettyprinter >=1.6 && <1.8
, prettyprinter-ansi-terminal ^>=1.1.1
, req >=3.7 && <3.8
, req ^>=3.7
, semver ^>=0.4.0.1
, split ^>=0.2.3.4
, stm ^>=2.5.0
Expand Down Expand Up @@ -125,14 +125,14 @@ library
-- cabal-fmt: expand src
exposed-modules:
Algebra.Graph.AdjacencyMap.Extra
App.Fossa.API.BuildLink
App.Fossa.API.BuildWait
App.Fossa.Analyze
App.Fossa.Analyze.Graph
App.Fossa.Analyze.GraphBuilder
App.Fossa.Analyze.GraphMangler
App.Fossa.Analyze.Project
App.Fossa.Analyze.Record
App.Fossa.API.BuildLink
App.Fossa.API.BuildWait
App.Fossa.ArchiveUploader
App.Fossa.Compatibility
App.Fossa.Configuration
Expand Down Expand Up @@ -259,8 +259,8 @@ library
Strategy.Python.SetupPy
Strategy.Python.Setuptools
Strategy.Python.Util
Strategy.RPM
Strategy.Rebar3
Strategy.RPM
Strategy.Ruby.BundleShow
Strategy.Ruby.GemfileLock
Strategy.Scala
Expand Down Expand Up @@ -301,9 +301,9 @@ test-suite unit-tests
other-modules:
App.Fossa.API.BuildLinkSpec
App.Fossa.Configuration.ConfigurationSpec
App.Fossa.ManualDepsSpec
App.Fossa.Report.AttributionSpec
App.Fossa.VPS.NinjaGraphSpec
App.Fossa.ManualDepsSpec
Cargo.MetadataSpec
Carthage.CarthageSpec
Clojure.ClojureSpec
Expand All @@ -312,6 +312,7 @@ test-suite unit-tests
Composer.ComposerLockSpec
Conda.CondaListSpec
Conda.EnvironmentYmlSpec
Control.Carrier.DiagnosticsSpec
Discovery.FiltersSpec
Effect.ExecSpec
Erlang.ConfigParserSpec
Expand All @@ -326,8 +327,8 @@ test-suite unit-tests
Go.TransitiveSpec
Googlesource.RepoManifestSpec
Gradle.GradleSpec
GraphUtil
GraphingSpec
GraphUtil
Haskell.CabalSpec
Haskell.StackSpec
Maven.PluginStrategySpec
Expand Down

0 comments on commit 6dd5045

Please sign in to comment.