From d4417b6de446158f21d3e65e23ed68f677c8a8a32601bd782022419f67a6898d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 5 Oct 2016 18:53:16 +0000 Subject: [PATCH] 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 --- path-pieces.cabal | 80 +++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/path-pieces.cabal b/path-pieces.cabal index e1f32c9..bc1a05c 100644 --- a/path-pieces.cabal +++ b/path-pieces.cabal @@ -1,40 +1,40 @@ -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 +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