diff options
Diffstat (limited to 'databases/hs-persistent-template')
-rw-r--r-- | databases/hs-persistent-template/Makefile | 20 | ||||
-rw-r--r-- | databases/hs-persistent-template/distinfo | 3 | ||||
-rw-r--r-- | databases/hs-persistent-template/files/patch-persistent-template.cabal | 18 | ||||
-rw-r--r-- | databases/hs-persistent-template/pkg-descr | 4 |
4 files changed, 0 insertions, 45 deletions
diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile deleted file mode 100644 index f7888913a1e2..000000000000 --- a/databases/hs-persistent-template/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= persistent-template -PORTVERSION= 2.5.4 -PORTREVISION= 3 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type-safe, non-relational, multi-backend persistence - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson aeson-compat http-api-data monad-control monad-logger \ - path-pieces persistent tagged unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/databases/hs-persistent-template/distinfo b/databases/hs-persistent-template/distinfo deleted file mode 100644 index c2e94a6f3ab5..000000000000 --- a/databases/hs-persistent-template/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525178560 -SHA256 (cabal/persistent-template-2.5.4.tar.gz) = 4cae740ce92f98cb3ae9e092e740753394d5687b887399ee5f87af7f3c730a01 -SIZE (cabal/persistent-template-2.5.4.tar.gz) = 21079 diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal deleted file mode 100644 index 04b069714821..000000000000 --- a/databases/hs-persistent-template/files/patch-persistent-template.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- persistent-template.cabal.orig 2018-03-08 15:56:53 UTC -+++ persistent-template.cabal -@@ -23,13 +23,13 @@ library - , text >= 0.5 - , transformers >= 0.2 && < 0.6 - , containers -- , aeson >= 0.7 && < 1.3 -+ , aeson >= 0.7 && < 1.4 - , aeson-compat >= 0.3.2.0 && < 0.4 - , monad-logger - , unordered-containers - , tagged - , path-pieces -- , http-api-data >= 0.2 && < 0.4 -+ , http-api-data >= 0.2 && < 0.5 - , ghc-prim - exposed-modules: Database.Persist.TH - ghc-options: -Wall diff --git a/databases/hs-persistent-template/pkg-descr b/databases/hs-persistent-template/pkg-descr deleted file mode 100644 index 670d67a81ebd..000000000000 --- a/databases/hs-persistent-template/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library provides just the general interface and helper functions. -You must use a specific backend in order to make this useful. - -WWW: http://www.yesodweb.com/book/persistent |