forked from yesodweb/persistent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yesodweb#1175] Empty Entity Parsing (yesodweb#1176)
* [yesodweb#1175] Empty Entity Parsing * ok, problem is in associateLines * Tests pass * cabal, changelog * oops * oops
- Loading branch information
1 parent
e98f4b1
commit 8e92f11
Showing
4 changed files
with
171 additions
and
23 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
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: persistent | ||
version: 2.11.0.1 | ||
version: 2.11.0.2 | ||
license: MIT | ||
license-file: LICENSE | ||
author: Michael Snoyman <[email protected]> | ||
|
@@ -98,6 +98,7 @@ test-suite test | |
, http-api-data | ||
, path-pieces | ||
, scientific | ||
, shakespeare | ||
, text | ||
, time | ||
, transformers | ||
|
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