From 45e9a7e6bee2f92646be669edbafe275a3ff4b1b3850e23acfb68bdd1e79461f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 20 Jul 2016 17:37:26 +0000 Subject: [PATCH] Accepting request 412402 from devel:languages:haskell:lts:6 See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details. OBS-URL: https://build.opensuse.org/request/show/412402 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-path-pieces?expand=0&rev=5 --- 1.cabal | 40 ---------------------------------------- ghc-path-pieces.changes | 5 ----- ghc-path-pieces.spec | 2 +- 3 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 1.cabal diff --git a/1.cabal b/1.cabal deleted file mode 100644 index bc1a05c..0000000 --- a/1.cabal +++ /dev/null @@ -1,40 +0,0 @@ -name: path-pieces -version: 0.2.1 -x-revision: 1 -license: BSD3 -license-file: LICENSE -author: Michael Snoyman -maintainer: Michael Snoyman -synopsis: Components of paths. -description: Hackage documentation generation is not reliable. For up to date documentation, please see: . -category: Web, Yesod -stability: unstable -cabal-version: >= 1.8 -build-type: Simple -extra-source-files: - test/main.hs - ChangeLog.md - README.md - -library - build-depends: base >= 4.6 && < 5 - , text >= 0.5 - , time - exposed-modules: Web.PathPieces - ghc-options: -Wall - -test-suite test - type: exitcode-stdio-1.0 - main-is: main.hs - hs-source-dirs: test - ghc-options: -Wall - build-depends: HUnit - , hspec >= 1.3 - , base >= 4 && < 5 - , QuickCheck - , path-pieces - , text - -source-repository head - type: git - location: https://github.com/yesodweb/path-pieces diff --git a/ghc-path-pieces.changes b/ghc-path-pieces.changes index 28f3de9..cd2b1a2 100644 --- a/ghc-path-pieces.changes +++ b/ghc-path-pieces.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Jul 10 17:30:57 UTC 2016 - psimons@suse.com - -- Update to version 0.2.1 revision 1 with cabal2obs. - ------------------------------------------------------------------- Wed Nov 4 08:21:30 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-path-pieces.spec b/ghc-path-pieces.spec index 35d4b57..57e8782 100644 --- a/ghc-path-pieces.spec +++ b/ghc-path-pieces.spec @@ -22,7 +22,7 @@ Name: ghc-%{pkg_name} Version: 0.2.1 Release: 0 Summary: Components of paths -License: BSD-3-Clause +License: BSD-2-Clause Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz