bibtex 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bibtex.cabal +2/−2
- publications/publications.bib +1/−1
- src/Text/BibTeX/Parse.hs +1/−1
bibtex.cabal view
@@ -1,5 +1,5 @@ Name: bibtex-Version: 0.1.0.1+Version: 0.1.0.2 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -76,7 +76,7 @@ location: http://code.haskell.org/~thielema/bibtex/ Source-Repository this- tag: 0.1.0.1+ tag: 0.1.0.2 type: darcs location: http://code.haskell.org/~thielema/bibtex/
publications/publications.bib view
@@ -59,7 +59,7 @@ @PhdThesis{thielemann2006diss, author = {Thielemann, Henning},- title = {Equivalence of Foo and Bar},+ title = {Equivalence of Foo and Bar with respect to $\|.\|$}, school = {University of Applied Irrelevance}, year = 2006, month = {March}
src/Text/BibTeX/Parse.hs view
@@ -151,7 +151,7 @@ (char '{') (texSequence '}') (char '}') <|> sequence [char '\\',- oneOf "_{}'`^&%\".,~# " <|> letter] <|>+ oneOf "_{}|'`^&%\".,~# " <|> letter] <|> fmap (:[]) (noneOf [closeChar])