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
This commit is contained in:
parent
97d4c48761
commit
45e9a7e6be
40
1.cabal
40
1.cabal
@ -1,40 +0,0 @@
|
||||
name: path-pieces
|
||||
version: 0.2.1
|
||||
x-revision: 1
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||
synopsis: Components of paths.
|
||||
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/path-pieces>.
|
||||
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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user