fix standalone build of this module
This commit is contained in:
parent
20628cde19
commit
b8e74bf489
2 changed files with 3 additions and 1 deletions
2
Annex.hs
2
Annex.hs
|
@ -5,7 +5,7 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving, PackageImports #-}
|
||||
|
||||
module Annex (
|
||||
Annex,
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
{-# LANGUAGE PackageImports #-}
|
||||
|
||||
module Annex.Exception (
|
||||
bracketIO,
|
||||
tryAnnex,
|
||||
|
|
Loading…
Reference in a new issue