Skip to content

Commit 097e775

Browse files
committed
Replace non-breaking-space with space
(this was confusing ghc on the hackage server)
1 parent 4c736d7 commit 097e775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distribution/Server/Framework/BackupRestore.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{-# LANGUAGE MultiParamTypeClasses #-}
66
{-# LANGUAGE RankNTypes #-}
77
{-# LANGUAGE RecordWildCards #-}
8-
{-# LANGUAGE ScopedTypeVariables #-}
8+
{-# LANGUAGE ScopedTypeVariables #-}
99
{-# OPTIONS_GHC -fno-warn-orphans #-}
1010

1111
module Distribution.Server.Framework.BackupRestore (

0 commit comments

Comments
 (0)