Use pristine copy of edited Cabal file from upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-path-pieces?expand=0&rev=8
This commit is contained in:
parent
f0d05ca028
commit
d4417b6de4
@ -1,40 +1,40 @@
|
|||||||
name: path-pieces
|
name: path-pieces
|
||||||
version: 0.2.1
|
version: 0.2.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||||
synopsis: Components of paths.
|
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>.
|
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/path-pieces>.
|
||||||
category: Web, Yesod
|
category: Web, Yesod
|
||||||
stability: unstable
|
stability: unstable
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
test/main.hs
|
test/main.hs
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.6 && < 5
|
build-depends: base >= 4.6 && < 5
|
||||||
, text >= 0.5
|
, text >= 0.5
|
||||||
, time
|
, time
|
||||||
exposed-modules: Web.PathPieces
|
exposed-modules: Web.PathPieces
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: HUnit
|
build-depends: HUnit
|
||||||
, hspec >= 1.3
|
, hspec >= 1.3
|
||||||
, base >= 4 && < 5
|
, base >= 4 && < 5
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
, path-pieces
|
, path-pieces
|
||||||
, text
|
, text
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/yesodweb/path-pieces
|
location: https://github.com/yesodweb/path-pieces
|
||||||
|
Loading…
Reference in New Issue
Block a user