Skip to content

Commit 9a051d2

Browse files
committed
Merge pull request #410 from edsko/using-hackage-security
Replace non-breaking-space with space
2 parents d43e07f + 097e775 commit 9a051d2

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)