aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a15a899334..1177e6f80d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2951,30 +2951,6 @@ Haskell library @code{regex-base}.")
@code{regex-posix} to replace @code{Text.Regex}.")
(license license:bsd-3)))
-(define-public ghc-regex-tdfa-rc
- (package
- (name "ghc-regex-tdfa-rc")
- (version "1.1.8.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/regex-tdfa-rc/regex-tdfa-rc-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "1vi11i23gkkjg6193ak90g55akj69bhahy542frkwb68haky4pp3"))))
- (build-system haskell-build-system)
- (inputs
- `(("ghc-regex-base" ,ghc-regex-base)))
- (home-page
- "https://hackage.haskell.org/package/regex-tdfa")
- (synopsis "Tagged DFA regex engine for Haskell")
- (description "A new all-Haskell \"tagged\" DFA regex engine, inspired by
-@code{libtre} (fork by Roman Cheplyaka).")
- (license license:bsd-3)))
-
(define-public ghc-regex-tdfa-text
(package
(name "ghc-regex-tdfa-text")
n>gnu: garcon: Update to 0.6.2....Kei Kebreau 2019-03-18gnu: exo: Update to 0.12.4....Kei Kebreau 2019-03-18gnu: libxfce4ui: Update to 4.12.1....Kei Kebreau 2019-03-18gnu: xfconf: Update to 4.12.1....Kei Kebreau 2019-03-18Correct name and email address for ng0....ng0 2019-01-25gnu: xfconf: Use INVOKE....Ricardo Wurmus 2018-06-30gnu: ristretto: Update to 0.8.3....Tobias Geerinckx-Rice 2018-03-27gnu: Use invoke and return #t from all builders....Mark H Weaver 2018-03-20Correct name and Email for ng0....ng0 2018-02-27gnu: xfburn: Update to 0.5.5....Tobias Geerinckx-Rice 2018-02-16gnu: ristretto: Update to 0.8.2....Tobias Geerinckx-Rice 2018-02-01gnu: Add xfburn....ng0 2018-01-13gnu: xfce: Use HTTPS for xfce.org home pages....Tobias Geerinckx-Rice 2018-01-13gnu: xfce4-terminal: Update to 0.8.6....Tobias Geerinckx-Rice 2017-12-19gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation....Danny Milosavljevic 2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau 2017-08-29Update e-mail for Kei Kebreau....Kei Kebreau 2017-07-03gnu: xfce: Propagate search paths of 'xfce4-panel'....宋文武 2017-06-29gnu: libxfce4ui: Do not propagate gtk+-2....Ricardo Wurmus 2017-06-29gnu: xfce: Build union instead of propagating inputs....Ricardo Wurmus