summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author71e6fd522020-02-29 15:27:44 +0800
committer71e6fd522020-02-29 15:27:44 +0800
commit196af26c4cf380b4030c6a80fc9ae740b8e75530 (patch)
tree339033b2b0a14f084c3b6a2d184db73229bb447b
parente61cbadcd6404d1abd0d5b5b0000922a1bab2a70 (diff)
downloadaur-haskell-brittany.tar.gz
remove ghc-lib provided deps
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3db6a7a82c..500fdc715a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,40 +1,29 @@
pkgbase = haskell-brittany
- pkgdesc = Haskell source code formatter
+ pkgdesc = Haskell source code formatter (dynamic link)
pkgver = 0.12.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/brittany
arch = x86_64
- license = AGPL-3
+ license = AGPL3
makedepends = ghc
depends = ghc-libs
depends = haskell-aeson
depends = haskell-butcher
- depends = haskell-bytestring
depends = haskell-cmdargs
- depends = haskell-containers
depends = haskell-czipwith
depends = haskell-data-tree-print
- depends = haskell-deepseq
- depends = haskell-directory
depends = haskell-extra
- depends = haskell-filepath
- depends = haskell-ghc-boot-th
depends = haskell-ghc-exactprint
depends = haskell-ghc-paths
depends = haskell-hspec
depends = haskell-monad-memo
- depends = haskell-mtl
depends = haskell-multistate
depends = haskell-neat-interpolation
- depends = haskell-parsec
- depends = haskell-pretty
depends = haskell-random
depends = haskell-safe
depends = haskell-semigroups
depends = haskell-strict
depends = haskell-syb
- depends = haskell-text
- depends = haskell-transformers
depends = haskell-uniplate
depends = haskell-unsafe
depends = haskell-yaml
diff --git a/PKGBUILD b/PKGBUILD
index efda09c5d64c..f9eb02eba929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_hkgname=brittany
pkgname=haskell-brittany
pkgver=0.12.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Haskell source code formatter (dynamic link)"
url='https://hackage.haskell.org/package/brittany'
license=('AGPL3')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-butcher' 'haskell-bytestring' 'haskell-cmdargs' 'haskell-containers' 'haskell-czipwith' 'haskell-data-tree-print' 'haskell-deepseq' 'haskell-directory' 'haskell-extra' 'haskell-filepath' 'haskell-ghc-boot-th' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 'haskell-hspec' 'haskell-monad-memo' 'haskell-mtl' 'haskell-multistate' 'haskell-neat-interpolation' 'haskell-parsec' 'haskell-pretty' 'haskell-random' 'haskell-safe' 'haskell-semigroups' 'haskell-strict' 'haskell-syb' 'haskell-text' 'haskell-transformers' 'haskell-uniplate' 'haskell-unsafe' 'haskell-yaml')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-butcher' 'haskell-cmdargs' 'haskell-czipwith' 'haskell-data-tree-print' 'haskell-extra' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 'haskell-hspec' 'haskell-monad-memo' 'haskell-multistate' 'haskell-neat-interpolation' 'haskell-random' 'haskell-safe' 'haskell-semigroups' 'haskell-strict' 'haskell-syb' 'haskell-uniplate' 'haskell-unsafe' 'haskell-yaml')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('ac471ab778efd1a007e76594a54fe3bea8f96afc3f0714c7b0ec66273788a6c9d8e0d0b9d5e36c2a10d547d10a6ad2327ea540d836b9a12549a918b5c83a9425')