Fix GHC 7.10-rc1
This commit is contained in:
parent
1bc9706fe6
commit
9d5ee06af8
@ -58,6 +58,10 @@ import qualified Distribution.ModuleName as C (ModuleName)
|
|||||||
import Distribution.Text (display)
|
import Distribution.Text (display)
|
||||||
import Distribution.Verbosity (Verbosity, silent, deafening)
|
import Distribution.Verbosity (Verbosity, silent, deafening)
|
||||||
|
|
||||||
|
#if CABAL_MAJOR == 1 && CABAL_MINOR >= 22
|
||||||
|
import Distribution.Utils.NubList
|
||||||
|
#endif
|
||||||
|
|
||||||
import Control.Applicative ((<$>))
|
import Control.Applicative ((<$>))
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
import Control.Exception (catch, PatternMatchFail(..))
|
import Control.Exception (catch, PatternMatchFail(..))
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
-- Initial pattern-synonyms.cabal generated by cabal init. For further
|
-- Initial pattern-synonyms.cabal generated by cabal init. For further
|
||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: pattern-synonyms
|
name: pattern-synonyms
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
-- license:
|
-- license:
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Daniel Gröber
|
author: Daniel Gröber
|
||||||
maintainer: dxld@darkboxed.org
|
maintainer: dxld@darkboxed.org
|
||||||
-- copyright:
|
-- copyright:
|
||||||
-- category:
|
-- category:
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- extra-source-files:
|
-- extra-source-files:
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: A, B
|
exposed-modules: A, B
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
other-extensions: PatternSynonyms
|
other-extensions: PatternSynonyms
|
||||||
build-depends: base >=4.7 && <4.8
|
build-depends: base
|
||||||
-- hs-source-dirs:
|
-- hs-source-dirs:
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
Loading…
Reference in New Issue
Block a user