Support building with ghc 8.0.1.
This commit is contained in:
parent
8f1525e35b
commit
f8e71e1a52
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -19,6 +19,7 @@ git-annex (6.20160512) UNRELEASED; urgency=medium
|
||||||
when in a subdirectory of the repository. This affected git annex view.
|
when in a subdirectory of the repository. This affected git annex view.
|
||||||
* Fix crash when entering/changing view in a subdirectory of a repo that
|
* Fix crash when entering/changing view in a subdirectory of a repo that
|
||||||
has a dotfile in its root.
|
has a dotfile in its root.
|
||||||
|
* Support building with ghc 8.0.1.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 11 May 2016 16:08:38 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 11 May 2016 16:08:38 -0400
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ Flag XMPP
|
||||||
Executable git-annex
|
Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
Main-Is: git-annex.hs
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
base (>= 4.5 && < 4.9),
|
base (>= 4.5 && < 5.0),
|
||||||
optparse-applicative (>= 0.11.0),
|
optparse-applicative (>= 0.11.0),
|
||||||
containers (>= 0.5.0.0),
|
containers (>= 0.5.0.0),
|
||||||
exceptions (>= 0.6),
|
exceptions (>= 0.6),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue