Skip to content

Commit

Permalink
rename package to spago-legacy
Browse files Browse the repository at this point in the history
This package is currently `spago` in NixPkgs:
https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=spago

The Nix configuration for that is generated from this Cabal file.
Renaming to `spago-legacy` will help NixPkgs update to the new Spago.

I think it's unnecessary for the `spago` binary to be renamed.
  • Loading branch information
peterbecich committed Jul 6, 2024
1 parent 4626a2a commit 710089e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spago.cabal → spago-legacy.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 2.4

name: spago
name: spago-legacy
version: 0.21.0
description: Please see the README on GitHub at <https://github.com/purescript/spago#readme>
homepage: https://github.com/purescript/spago#readme
bug-reports: https://github.com/purescript/spago/issues
description: Please see the README on GitHub at <https://github.com/purescript/spago-legacy#readme>
homepage: https://github.com/purescript/spago-legacy#readme
bug-reports: https://github.com/purescript/spago-legacy/issues
author: Justin Woo, Fabrizio Ferrai
maintainer: @jusrin00, @fabferrai
copyright: 2018-2020 Justin Woo, Fabrizio Ferrai
Expand All @@ -28,7 +28,7 @@ extra-source-files:

source-repository head
type: git
location: https://github.com/purescript/spago
location: https://github.com/purescript/spago-legacy

common defaults
default-language: Haskell2010
Expand Down Expand Up @@ -182,7 +182,7 @@ executable spago
build-depends:
ansi-terminal
, base >=4.7 && <5
, spago
, spago-legacy
, text <1.3
, turtle
, with-utf8
Expand Down Expand Up @@ -212,12 +212,12 @@ test-suite spec
, hspec-megaparsec
, megaparsec
, process
, spago
, spago-legacy
, temporary
, text <1.3
, turtle
, versions == 6.*
build-tool-depends:
hspec-discover:hspec-discover == 2.*
-- we need the the executable available for the end to end tests
, spago:spago -any
, spago-legacy:spago -any

0 comments on commit 710089e

Please sign in to comment.