aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2013-08-27 21:38:01 +0200
committerAustin Seipp <austin@well-typed.com>2014-01-12 14:48:35 -0600
commit64eb7dbc465ffea7f7e76f9d4c3a334380cce8ac (patch)
treee02673092cef297b5e5d128bb4b42ae2b382d677 /haddock.cabal
parentbb6cef20b82ef7a7f2d49f3ef6dc1a7ce880b5f0 (diff)
Rename Haddock.ParseSpec to Haddock.ParserSpec
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 8067db7c..b2645f50 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -226,7 +226,7 @@ test-suite spec
, vendor/attoparsec-0.10.4.0
other-modules:
- Haddock.ParseSpec
+ Haddock.ParserSpec
build-depends:
base