Skip to content

Commit

Permalink
Release v0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isovector committed Apr 17, 2024
1 parent 9d3347e commit c97b481
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 55 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog for cornelis

## Unreleased changes
## v0.2.0.0 - 2024-04-17

The first official release, after years in the oven.

### Features

Expand All @@ -15,3 +17,8 @@
- Text objects for working inside of holes, implicits and justifications
- Jump to next/previous hole
- Use `%` to jump between unicode matchpairs



## Unreleased changes

80 changes: 40 additions & 40 deletions cornelis.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name: cornelis
version: 0.1.0.0
version: 0.2.0.0
description: Please see the README on GitHub at <https://github.com/isovector/cornelis#readme>
homepage: https://github.com/isovector/cornelis#readme
bug-reports: https://github.com/isovector/cornelis/issues
Expand Down Expand Up @@ -94,32 +94,32 @@ library
TypeSynonymInstances
ghc-options: -Wall
build-depends:
QuickCheck
, aeson
QuickCheck >=2.14.2
, aeson >=1.5.6.0
, async
, base >=4.7 && <5
, bytestring
, containers
, diff-loc
, diff-loc >=0.1.0.0
, directory
, filepath
, fingertree
, generic-lens
, hspec
, lens
, levenshtein
, megaparsec
, fingertree >=0.1.4.2
, generic-lens >=2.1.0.0
, hspec >=2.7.10
, lens >=4.19.2
, levenshtein >=0.1.3.0
, megaparsec >=9.0.1 && <10
, mtl
, nvim-hs >=2.2.0.3 && <3
, nvim-hs-contrib >=2.0 && <3
, prettyprinter
, prettyprinter >=1.7.1 && <2
, process
, random
, resourcet
, resourcet >=1.2.4.3
, text
, transformers
, unagi-chan
, unliftio-core
, unagi-chan >=0.4.1.3
, unliftio-core >=0.2.0.1
, vector
default-language: Haskell2010

Expand Down Expand Up @@ -178,33 +178,33 @@ executable cornelis
TypeSynonymInstances
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
QuickCheck >=2.14.2
, aeson >=1.5.6.0
, async
, base >=4.7 && <5
, bytestring
, containers
, cornelis
, diff-loc
, diff-loc >=0.1.0.0
, directory
, filepath
, fingertree
, generic-lens
, hspec
, lens
, levenshtein
, megaparsec
, fingertree >=0.1.4.2
, generic-lens >=2.1.0.0
, hspec >=2.7.10
, lens >=4.19.2
, levenshtein >=0.1.3.0
, megaparsec >=9.0.1 && <10
, mtl
, nvim-hs >=2.2.0.3 && <3
, nvim-hs-contrib >=2.0 && <3
, prettyprinter
, prettyprinter >=1.7.1 && <2
, process
, random
, resourcet
, resourcet >=1.2.4.3
, text
, transformers
, unagi-chan
, unliftio-core
, unagi-chan >=0.4.1.3
, unliftio-core >=0.2.0.1
, vector
default-language: Haskell2010

Expand Down Expand Up @@ -267,33 +267,33 @@ test-suite test
TypeSynonymInstances
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
QuickCheck >=2.14.2
, aeson >=1.5.6.0
, async
, base >=4.7 && <5
, bytestring
, containers
, cornelis
, diff-loc
, diff-loc >=0.1.0.0
, directory
, filepath
, fingertree
, generic-lens
, fingertree >=0.1.4.2
, generic-lens >=2.1.0.0
, hspec
, lens
, levenshtein
, megaparsec
, lens >=4.19.2
, levenshtein >=0.1.3.0
, megaparsec >=9.0.1 && <10
, mtl
, nvim-hs >=2.2.0.3 && <3
, nvim-hs-contrib >=2.0 && <3
, prettyprinter
, prettyprinter >=1.7.1 && <2
, process
, random
, resourcet
, resourcet >=1.2.4.3
, temporary
, text
, transformers
, unagi-chan
, unliftio-core
, unagi-chan >=0.4.1.3
, unliftio-core >=0.2.0.1
, vector
default-language: Haskell2010
28 changes: 14 additions & 14 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cornelis
version: 0.1.0.0
version: 0.2.0.0
github: "isovector/cornelis"
license: BSD3
author: "Sandy Maguire"
Expand Down Expand Up @@ -27,27 +27,27 @@ dependencies:
- async
- process
- mtl
- lens
- generic-lens
- lens >= 4.19.2
- generic-lens >= 2.1.0.0
- transformers
- filepath
- directory
- aeson
- unliftio-core
- unagi-chan
- resourcet
- aeson >= 1.5.6.0
- unliftio-core >= 0.2.0.1
- unagi-chan >= 0.4.1.3
- resourcet >= 1.2.4.3
- text
- bytestring
- fingertree
- prettyprinter
- fingertree >= 0.1.4.2
- prettyprinter >= 1.7.1 && < 2
- vector
- random
- megaparsec
- diff-loc
- megaparsec >= 9.0.1 && < 10
- diff-loc >= 0.1.0.0

- hspec
- QuickCheck
- levenshtein
- hspec >= 2.7.10
- QuickCheck >= 2.14.2
- levenshtein >= 0.1.3.0

default-extensions:
- BangPatterns
Expand Down

0 comments on commit c97b481

Please sign in to comment.