Fix dependency on mtl
This commit is contained in:
parent
88531e8ae7
commit
df7b554402
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
Name: filemanip
|
Name: filemanip
|
||||||
Version: 0.3.5.0
|
Version: 0.3.5.1
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||||
|
@ -15,7 +15,7 @@ Build-type: Simple
|
||||||
Extra-Source-Files: README.markdown
|
Extra-Source-Files: README.markdown
|
||||||
|
|
||||||
Library
|
Library
|
||||||
build-depends: base < 5, bytestring, directory, filepath, mtl, unix-compat
|
build-depends: base < 5, bytestring, directory, filepath, mtl == 1.1.*, unix-compat
|
||||||
if !os(windows)
|
if !os(windows)
|
||||||
build-depends: unix
|
build-depends: unix
|
||||||
if impl(ghc >= 6.10)
|
if impl(ghc >= 6.10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue