diff --git a/changelog.md b/changelog.md index 47961941..c3612373 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`directory` package](http://hackage.haskell.org/package/directory) +## 1.2.1.1 *TBA* + + * Bundled with GHC 7.10.1(?) + ## 1.2.1.0 *Mar 2014* * Bundled with GHC 7.8.1 diff --git a/directory.cabal b/directory.cabal index de282df2..a4a0d44b 100644 --- a/directory.cabal +++ b/directory.cabal @@ -1,6 +1,6 @@ name: directory -version: 1.2.1.0 --- GHC 7.6.3 released with 1.2.0.1 +version: 1.2.1.1 +-- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -33,11 +33,6 @@ source-repository head type: git location: http://git.haskell.org/packages/directory.git -source-repository this - type: git - location: http://git.haskell.org/packages/directory.git - tag: directory-1.2.0.2-release - Library default-language: Haskell2010 other-extensions: @@ -57,7 +52,7 @@ Library HsDirectory.h build-depends: - base >= 4.5 && < 4.8, + base >= 4.5 && < 4.9, time >= 1.4 && < 1.5, filepath >= 1.3 && < 1.4 if os(windows)