Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-clash-lib
Commits:
231f6a0b by Felix Yan at 2024-02-27T14:05:47+00:00
upgpkg: 1.8.0-6: remove unused dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-clash-lib
pkgdesc = Clash: a functional hardware description language - As a
library
pkgver = 1.8.0
- pkgrel = 5
+ pkgrel = 6
url = https://clash-lang.org/
arch = x86_64
license = BSD
@@ -29,7 +29,6 @@ pkgbase = haskell-clash-lib
depends = haskell-data-binary-ieee754
depends = haskell-data-default
depends = haskell-dlist
- depends = haskell-docopt
depends = haskell-extra
depends = haskell-ghc
depends = haskell-glob
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=clash-lib
pkgname=haskell-clash-lib
pkgver=1.8.0
-pkgrel=5
+pkgrel=6
pkgdesc="Clash: a functional hardware description language - As a library"
url="https://clash-lang.org/"
license=("BSD")
@@ -11,11 +11,11 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec-aeson'
'haskell-aeson-pretty'
'haskell-ansi-terminal' 'haskell-async' 'haskell-attoparsec'
'haskell-base16-bytestring'
'haskell-clash-prelude' 'haskell-concurrent-supply'
'haskell-cryptohash-sha256'
- 'haskell-data-binary-ieee754' 'haskell-data-default' 'haskell-dlist'
'haskell-docopt'
- 'haskell-extra' 'haskell-ghc' 'haskell-glob' 'haskell-hashable'
'haskell-src-meta'
- 'haskell-hint' 'haskell-infinite-list' 'haskell-lens'
'haskell-ordered-containers'
- 'haskell-pretty-show' 'haskell-prettyprinter'
'haskell-prettyprinter-interp'
- 'haskell-primitive' 'haskell-string-interpolate'
'haskell-stringsearch' 'haskell-temporary'
+ 'haskell-data-binary-ieee754' 'haskell-data-default' 'haskell-dlist'
'haskell-extra'
+ 'haskell-ghc' 'haskell-glob' 'haskell-hashable' 'haskell-src-meta'
'haskell-hint'
+ 'haskell-infinite-list' 'haskell-lens' 'haskell-ordered-containers'
'haskell-pretty-show'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-interp'
'haskell-primitive'
+ 'haskell-string-interpolate' 'haskell-stringsearch'
'haskell-temporary'
'haskell-terminal-size' 'haskell-trifecta'
'haskell-unordered-containers' 'haskell-vector'
'haskell-vector-binary-instances' 'haskell-yaml')
makedepends=('ghc' 'expac' 'haskell-doctest-parallel'
'haskell-ghc-typelits-knownnat'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/231f6a0baddd3daed4214444d7687ef6cba208e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/231f6a0baddd3daed4214444d7687ef6cba208e5
You're receiving this email because of your account on gitlab.archlinux.org.