mmsyn7ukr-common 0.1.1.0 → 0.2.0.0
raw patch · 5 files changed
+12/−7 lines, 5 filesdep ~basedep ~directorydep ~mmsyn3
Dependency ranges changed: base, directory, mmsyn3, process
Files
- ChangeLog.md +5/−0
- LICENSE +1/−1
- README.markdown +0/−2
- README.md +2/−0
- mmsyn7ukr-common.cabal +4/−4
ChangeLog.md view
@@ -9,3 +9,8 @@ ## 0.1.1.0 -- 2021-01-15 * First version revised A. Added more functions to the export of Sound.SoXBasics1 module.++## 0.2.0.0 -- 2022-08-15++* Second version. Updated the dependencies to support the latest GHC-9.* series.+
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2019 OleksandrZhabenko+Copyright (c) 2019-2022 Oleksandr Zhabenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
− README.markdown
@@ -1,2 +0,0 @@-Some SoX wrappered functionality that can be used further (e. g. by-mmsyn7ukr and mmsyn7ukr-array packages).
+ README.md view
@@ -0,0 +1,2 @@+Some SoX wrappered functionality that can be used further (e. g. by+mmsyn7ukr and mmsyn7ukr-array packages).
mmsyn7ukr-common.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7ukr-common-version: 0.1.1.0+version: 0.2.0.0 synopsis: Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX. description: A program and a library that can be used as a simple basic interface to some SoX functionality. homepage: https://hackage.haskell.org/package/mmsyn7ukr-common@@ -10,16 +10,16 @@ license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com-copyright: (c) Oleksandr Zhabenko 2019-2021+copyright: (c) Oleksandr Zhabenko 2019-2022 category: Language, Sound build-type: Simple-extra-source-files: ChangeLog.md, README.markdown+extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 library exposed-modules: Sound.SoXBasics, Sound.SoXBasics1, Parser.ReplaceP, Sound.Control.Exception.FinalException -- other-modules: other-extensions: CPP, DeriveDataTypeable- build-depends: base >=4.7 && <4.15, process >=1.4 && <1.9, directory >=1.2.5 && <1.5, mmsyn3 >=0.1.5 && <1+ build-depends: base >=4.7 && <5, process >=1.4 && <2, directory >=1.2.5 && <2, mmsyn3 ==0.1.6.0 -- hs-source-dirs: default-language: Haskell2010