-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exceptionally merge branch 'issue-147' into stable
Issues are normally merged into master, but this time the purpose of issue 147 is to release a small increment from 1.1, so it made more sense to start from tag 1.1 on stable and to merge it back there. I will then merge back into master so that master has all the latest changes. If I had merged into master first and then into stable, stable would have received all the other changes from master, which I don't want yet. This is a minor release which adds no new feature except compatibility with GHC 7.10.
- Loading branch information
Showing
5 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: haskell-awk | ||
Version: 1.1 | ||
Version: 1.1.1 | ||
Author: Mario Pastorelli <[email protected]>, Samuel Gélineau <[email protected]> | ||
Maintainer: Mario Pastorelli <[email protected]>, Samuel Gélineau <[email protected]> | ||
Synopsis: Transform text from the command-line using Haskell expressions. | ||
|
@@ -13,6 +13,7 @@ License-File: LICENSE | |
Build-Type: Custom | ||
Cabal-version: >=1.10 | ||
Extra-Source-Files: README.md | ||
, CHANGELOG.md | ||
, src/*.hs | ||
, src/Control/Monad/Trans/*.hs | ||
, src/Control/Monad/Trans/State/*.hs | ||
|
@@ -53,9 +54,8 @@ Executable hawk | |
, exceptions >=0.1 | ||
, filepath | ||
, haskell-awk | ||
, haskell-src-exts >=1.14.0 | ||
, haskell-src-exts >=1.16.0 | ||
, hint >=0.3.3.5 | ||
, MonadCatchIO-mtl >=0.2.0.0 | ||
, mtl >=2.1.2 | ||
, network >=2.3.1.0 | ||
, stringsearch >=0.3.6.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters