adjust filepath-bytestring deps
cabal needs to support the old one for debian currently, but stack can require the newer one
This commit is contained in:
parent
97d7c596ac
commit
6d10fecff4
2 changed files with 3 additions and 3 deletions
|
@ -296,7 +296,7 @@ source-repository head
|
|||
custom-setup
|
||||
Setup-Depends: base (>= 4.11.1.0), hslogger, split, unix-compat, process,
|
||||
filepath, exceptions, bytestring, directory, IfElse, data-default,
|
||||
filepath-bytestring (>= 1.4.2.1.1),
|
||||
filepath-bytestring (>= 1.4.2.1.0),
|
||||
utf8-string, transformers, Cabal
|
||||
|
||||
Executable git-annex
|
||||
|
@ -321,7 +321,7 @@ Executable git-annex
|
|||
directory (>= 1.2),
|
||||
disk-free-space,
|
||||
filepath,
|
||||
filepath-bytestring,
|
||||
filepath-bytestring (>= 1.4.2.1.0),
|
||||
IfElse,
|
||||
hslogger,
|
||||
monad-logger,
|
||||
|
|
|
@ -24,7 +24,7 @@ extra-deps:
|
|||
- sandi-0.5
|
||||
- http-client-0.5.14
|
||||
- silently-1.2.5.1
|
||||
- filepath-bytestring-1.4.2.1.0
|
||||
- filepath-bytestring-1.4.2.1.1
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-13.29
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue