summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-05-11 17:08:18 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-05-11 17:08:18 +0200
commit8ed841a90d73ceef6161d46f8d78a7704f09c320 (patch)
treef6aa2939f5d403264aafc6709fb915e9c5574f14 /pkgs/development/haskell-modules/patches
parent464c4992d210ee488be673fbe41fda9acd7ad2a5 (diff)
downloadnixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar.gz
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar.bz2
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar.lz
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar.xz
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.tar.zst
nixpkgs-8ed841a90d73ceef6161d46f8d78a7704f09c320.zip
haskellPackages.phonetic-languages-phonetics-basics: Remove obsolete patch
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/phonetic-languages-phonetics-basics-haddock.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/pkgs/development/haskell-modules/patches/phonetic-languages-phonetics-basics-haddock.patch b/pkgs/development/haskell-modules/patches/phonetic-languages-phonetics-basics-haddock.patch
deleted file mode 100644
index 39c1f98298b..00000000000
--- a/pkgs/development/haskell-modules/patches/phonetic-languages-phonetics-basics-haddock.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -ru phonetic-languages-phonetics-basics-0.5.1.0/Data/Phonetic/Languages/SpecificationsRead.hs phonetic-languages-phonetics-basics-0.5.1.0/Data/Phonetic/Languages/SpecificationsRead.hs
---- phonetic-languages-phonetics-basics-0.5.1.0/Data/Phonetic/Languages/SpecificationsRead.hs	2021-04-30 17:45:52.000000000 +0200
-+++ phonetic-languages-phonetics-basics-0.5.1.0/Data/Phonetic/Languages/SpecificationsRead.hs	2021-05-08 18:16:15.054951952 +0200
-@@ -1,11 +1,11 @@
---- |
---- Module      :  Data.Phonetic.Languages.SpecificationsRead
---- Copyright   :  (c) OleksandrZhabenko 2021
---- License     :  MIT
---- Stability   :  Experimental
---- Maintainer  :  olexandr543@yahoo.com
----
--{-| Provides functions to read data specifications for other modules from textual files.
-+{-|
-+Module      :  Data.Phonetic.Languages.SpecificationsRead
-+Copyright   :  (c) OleksandrZhabenko 2021
-+License     :  MIT
-+Stability   :  Experimental
-+Maintainer  :  olexandr543@yahoo.com
-+
-+Provides functions to read data specifications for other modules from textual files.
- -}
- 
- module Data.Phonetic.Languages.SpecificationsRead where
-diff -ru phonetic-languages-phonetics-basics-0.5.1.0/Main.hs phonetic-languages-phonetics-basics-0.5.1.0/Main.hs
---- phonetic-languages-phonetics-basics-0.5.1.0/Main.hs	2021-04-30 17:45:52.000000000 +0200
-+++ phonetic-languages-phonetics-basics-0.5.1.0/Main.hs	2021-05-08 18:14:06.344145599 +0200
-@@ -1,11 +1,11 @@
---- |
---- Module      :  Main
---- Copyright   :  (c) OleksandrZhabenko 2020-2021
---- License     :  MIT
---- Stability   :  Experimental
---- Maintainer  :  olexandr543@yahoo.com
----
--{-| Can be used to calculate the durations of the approximations of the phonemes
-+{-|
-+Module      :  Main
-+Copyright   :  (c) OleksandrZhabenko 2020-2021
-+License     :  MIT
-+Stability   :  Experimental
-+Maintainer  :  olexandr543@yahoo.com
-+
-+Can be used to calculate the durations of the approximations of the phonemes
- using some prepared text with its correct (at least mostly) pronunciation.
- The prepared text is located in the same directory and contains lines -the
- phonetic language word and its duration in seconds separated with whitespace.