fortran-src-extras-0.1.0: CHANGELOG.md
## 0.1.0
Initial release.
### Major changes from original package
* Use `Language.Fortran.Util.Position.getSpan` instead of `extractExpSrcSpan`,
`extractBlockSrcSpan`. AST nodes storing location info are instances of the
`Spanned` typeclass which allows easy `SrcSpan` extraction.
* `Encoding.pprint` now `Encoding.pprint77l`
* Rewriter has moved: `Language.Fortran.Rewriter` (in fortran-src package)