Skip to content

Commit

Permalink
Remove Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed May 30, 2023
1 parent 6688fe9 commit 489e7b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ version.

# Usage Examples

These usage examples can be run in a live Jupyter notebook hosted
by [mybinder.org](https://mybinder.org/). Click the badge to launch:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jamesdbrock/replace-megaparsec/master?urlpath=lab/tree/work/ReplaceMegaparsecUsage.ipynb)

Try the examples in `ghci` by
running `cabal v2-repl` in the `replace-megaparsec/`
root directory.

The examples depend on these imports.

```haskell
Expand Down
2 changes: 1 addition & 1 deletion replace-megaparsec.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: replace-megaparsec
version: 1.5.0.0
version: 1.5.0.1
synopsis: Find, replace, split string patterns with Megaparsec parsers (instead of regex)
homepage: https://github.com/jamesdbrock/replace-megaparsec
bug-reports: https://github.com/jamesdbrock/replace-megaparsec/issues
Expand Down

0 comments on commit 489e7b6

Please sign in to comment.