packages feed

Cabal revisions of cue-sheet-2.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:   2.4-name:            cue-sheet-version:         2.0.2-license:         BSD-3-Clause-license-file:    LICENSE.md-maintainer:      Mark Karpov <markkarpov92@gmail.com>-author:          Mark Karpov <markkarpov92@gmail.com>-tested-with:     ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1-homepage:        https://github.com/mrkkrp/cue-sheet-bug-reports:     https://github.com/mrkkrp/cue-sheet/issues-synopsis:-    Support for construction, rendering, and parsing of CUE sheets--description:-    Support for construction, rendering, and parsing of CUE sheets.--category:        Audio-build-type:      Simple-data-files:      cue-sheet-samples/*.cue-extra-doc-files:-    CHANGELOG.md-    README.md--source-repository head-    type:     git-    location: https://github.com/mrkkrp/cue-sheet.git--flag dev-    description: Turn on development settings.-    default:     False-    manual:      True--library-    exposed-modules:-        Text.CueSheet-        Text.CueSheet.Types-        Text.CueSheet.Parser-        Text.CueSheet.Render--    default-language: Haskell2010-    build-depends:-        QuickCheck >=2.4 && <3.0,-        base >=4.13 && <5.0,-        bytestring >=0.10.8 && <0.12,-        containers >=0.5 && <0.7,-        exceptions >=0.6 && <0.11,-        megaparsec >=7.0 && <10.0,-        mtl >=2.0 && <3.0,-        text >=0.2 && <1.3--    if flag(dev)-        ghc-options: -Wall -Werror--    else-        ghc-options: -O2 -Wall--    if flag(dev)-        ghc-options:-            -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns-            -Wnoncanonical-monad-instances--test-suite tests-    type:               exitcode-stdio-1.0-    main-is:            Spec.hs-    build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0-    hs-source-dirs:     tests-    other-modules:-        Text.CueSheet.ParserSpec-        Text.CueSheet.RenderSpec-        Text.CueSheet.TypesSpec--    default-language:   Haskell2010-    build-depends:-        QuickCheck >=2.4 && <3.0,-        base >=4.13 && <5.0,-        bytestring >=0.10.8 && <0.12,-        cue-sheet,-        exceptions >=0.6 && <0.11,-        hspec >=2.0 && <3.0,-        hspec-megaparsec >=2.0 && <3.0,-        megaparsec >=7.0 && <10.0,-        text >=0.2 && <1.3--    if flag(dev)-        ghc-options: -Wall -Werror--    else-        ghc-options: -O2 -Wall+cabal-version:   2.4
+name:            cue-sheet
+version:         2.0.2
+x-revision: 1
+license:         BSD-3-Clause
+license-file:    LICENSE.md
+maintainer:      Mark Karpov <markkarpov92@gmail.com>
+author:          Mark Karpov <markkarpov92@gmail.com>
+tested-with:     ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1
+homepage:        https://github.com/mrkkrp/cue-sheet
+bug-reports:     https://github.com/mrkkrp/cue-sheet/issues
+synopsis:
+    Support for construction, rendering, and parsing of CUE sheets
+
+description:
+    Support for construction, rendering, and parsing of CUE sheets.
+
+category:        Audio
+build-type:      Simple
+data-files:      cue-sheet-samples/*.cue
+extra-doc-files:
+    CHANGELOG.md
+    README.md
+
+source-repository head
+    type:     git
+    location: https://github.com/mrkkrp/cue-sheet.git
+
+flag dev
+    description: Turn on development settings.
+    default:     False
+    manual:      True
+
+library
+    exposed-modules:
+        Text.CueSheet
+        Text.CueSheet.Types
+        Text.CueSheet.Parser
+        Text.CueSheet.Render
+
+    default-language: Haskell2010
+    build-depends:
+        QuickCheck >=2.4 && <3.0,
+        base >=4.13 && <5.0,
+        bytestring >=0.10.8 && <0.12,
+        containers >=0.5 && <0.7,
+        exceptions >=0.6 && <0.11,
+        megaparsec >=7.0 && <10.0,
+        mtl >=2.0 && <3.0,
+        text >=0.2 && <2.1
+
+    if flag(dev)
+        ghc-options: -Wall -Werror
+
+    else
+        ghc-options: -O2 -Wall
+
+    if flag(dev)
+        ghc-options:
+            -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns
+            -Wnoncanonical-monad-instances
+
+test-suite tests
+    type:               exitcode-stdio-1.0
+    main-is:            Spec.hs
+    build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0
+    hs-source-dirs:     tests
+    other-modules:
+        Text.CueSheet.ParserSpec
+        Text.CueSheet.RenderSpec
+        Text.CueSheet.TypesSpec
+
+    default-language:   Haskell2010
+    build-depends:
+        QuickCheck >=2.4 && <3.0,
+        base >=4.13 && <5.0,
+        bytestring >=0.10.8 && <0.12,
+        cue-sheet,
+        exceptions >=0.6 && <0.11,
+        hspec >=2.0 && <3.0,
+        hspec-megaparsec >=2.0 && <3.0,
+        megaparsec >=7.0 && <10.0,
+        text >=0.2 && <2.1
+
+    if flag(dev)
+        ghc-options: -Wall -Werror
+
+    else
+        ghc-options: -O2 -Wall
revision 2
 cabal-version:   2.4
 name:            cue-sheet
 version:         2.0.2
-x-revision: 1
+x-revision: 2
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
 
     default-language: Haskell2010
     build-depends:
-        QuickCheck >=2.4 && <3.0,
-        base >=4.13 && <5.0,
+        QuickCheck >=2.4 && <3,
+        base >=4.15 && <5,
         bytestring >=0.10.8 && <0.12,
         containers >=0.5 && <0.7,
         exceptions >=0.6 && <0.11,
-        megaparsec >=7.0 && <10.0,
-        mtl >=2.0 && <3.0,
-        text >=0.2 && <2.1
+        megaparsec >=7 && <10,
+        mtl >=2 && <3,
+        text >=0.2 && <2.2
 
     if flag(dev)
         ghc-options: -Wall -Werror
 
     default-language:   Haskell2010
     build-depends:
-        QuickCheck >=2.4 && <3.0,
-        base >=4.13 && <5.0,
+        QuickCheck >=2.4 && <3,
+        base >=4.15 && <5,
         bytestring >=0.10.8 && <0.12,
         cue-sheet,
         exceptions >=0.6 && <0.11,
-        hspec >=2.0 && <3.0,
-        hspec-megaparsec >=2.0 && <3.0,
-        megaparsec >=7.0 && <10.0,
-        text >=0.2 && <2.1
+        hspec >=2 && <3,
+        hspec-megaparsec >=2 && <3,
+        megaparsec >=7 && <10,
+        text >=0.2 && <2.2
 
     if flag(dev)
         ghc-options: -Wall -Werror
revision 3
 cabal-version:   2.4
 name:            cue-sheet
 version:         2.0.2
-x-revision: 2
+x-revision: 3
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
     build-depends:
         QuickCheck >=2.4 && <3,
         base >=4.15 && <5,
-        bytestring >=0.10.8 && <0.12,
+        bytestring >=0.10.8 && <0.13,
         containers >=0.5 && <0.7,
         exceptions >=0.6 && <0.11,
         megaparsec >=7 && <10,
     build-depends:
         QuickCheck >=2.4 && <3,
         base >=4.15 && <5,
-        bytestring >=0.10.8 && <0.12,
+        bytestring >=0.10.8 && <0.13,
         cue-sheet,
         exceptions >=0.6 && <0.11,
         hspec >=2 && <3,
revision 4
 cabal-version:   2.4
 name:            cue-sheet
 version:         2.0.2
-x-revision: 3
+x-revision: 4
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
         QuickCheck >=2.4 && <3,
         base >=4.15 && <5,
         bytestring >=0.10.8 && <0.13,
-        containers >=0.5 && <0.7,
+        containers >=0.5 && <0.8,
         exceptions >=0.6 && <0.11,
         megaparsec >=7 && <10,
         mtl >=2 && <3,
revision 5
 cabal-version:   2.4
 name:            cue-sheet
 version:         2.0.2
-x-revision: 4
+x-revision: 5
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
         QuickCheck >=2.4 && <3,
         base >=4.15 && <5,
         bytestring >=0.10.8 && <0.13,
-        containers >=0.5 && <0.8,
+        containers >=0.5 && <0.9,
         exceptions >=0.6 && <0.11,
         megaparsec >=7 && <10,
         mtl >=2 && <3,