Skip to content

Commit

Permalink
chore: rename to prepush
Browse files Browse the repository at this point in the history
  • Loading branch information
mjholub committed Dec 2, 2024
1 parent 4ae117d commit 717e755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for aoc-precommit
# Revision history for aoc-push

## 0.1.0.0 -- YYYY-mm-dd
## 0.1.0.0 -- 2024-12-02

* First version. Released on an unsuspecting world.
8 changes: 4 additions & 4 deletions aoc-precommit.cabal → aoc-prepush.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cabal-version: 3.4
-- Starting from the specification version 2.2, the cabal-version field must be
-- the first thing in the cabal file.

-- Initial package description 'aoc-precommit' generated by
-- Initial package description 'aoc-prepush' generated by
-- 'cabal init'. For further documentation, see:
-- http://haskell.org/cabal/users-guide/
--
-- The name of the package.
name: aoc-precommit
name: aoc-prepush

-- The package version.
-- See the Haskell package versioning policy (PVP) for standards
Expand All @@ -30,7 +30,7 @@ synopsis:
-- description:

-- URL for the project homepage or repository.
homepage: https://github.com/mjholub/aoc_precommit
homepage: https://github.com/mjholub/aoc_prepush

-- The license under which the package is released.
license: AGPL-3.0-or-later
Expand Down Expand Up @@ -58,7 +58,7 @@ extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall

executable aoc-precommit
executable aoc-prepush
-- Import common warning flags.
import: warnings

Expand Down

0 comments on commit 717e755

Please sign in to comment.