Skip to content
Snippets Groups Projects
Commit c8301a41 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Update dependencies and binaryInterfaceVersion

parent 07c816c5
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ executable haddock
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
base >= 4.3 && < 4.5,
base >= 4.3 && < 4.6,
filepath,
directory,
pretty,
......@@ -88,7 +88,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.2 && < 7.4
ghc >= 7.2 && < 7.6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
......@@ -140,7 +140,7 @@ library
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
base >= 4.3 && < 4.5,
base >= 4.3 && < 4.6,
filepath,
directory,
pretty,
......@@ -148,7 +148,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.2 && < 7.4
ghc >= 7.2 && < 7.6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
......
......@@ -68,6 +68,10 @@ binaryInterfaceVersion :: Word16
binaryInterfaceVersion = 18
#elif __GLASGOW_HASKELL__ == 703
binaryInterfaceVersion = 18
#elif __GLASGOW_HASKELL__ == 704
binaryInterfaceVersion = 18
#elif __GLASGOW_HASKELL__ == 705
binaryInterfaceVersion = 18
#else
#error Unknown GHC version
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment