packages feed

Cabal revisions of sorted-list-0.1.2.1

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

revision 1
-name:                sorted-list-version:             0.1.2.1-synopsis:            Type-enforced sorted lists and related functions.-description:         Type-enforced sorted lists and related functions.-                     .-                     Feel free to try this library, but take in account-                     that it's still in development, so it might lack-                     some features. If you need them, do not hesitate-                     to ask by opening an issue at the bug-tracker.-homepage:            https://github.com/Daniel-Diaz/sorted-list/blob/master/README.md-license:             BSD3-license-file:        LICENSE-author:              Daniel Díaz-maintainer:          dhelta.diaz@gmail.com-bug-reports:         https://github.com/Daniel-Diaz/sorted-list/issues-category:            Data-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Data.SortedList-  build-depends:       base == 4.*-  default-language:    Haskell2010-  ghc-options:         -Wall+name:                sorted-list
+version:             0.1.2.1
+x-revision: 1
+synopsis:            Type-enforced sorted lists and related functions.
+description:         Type-enforced sorted lists and related functions.
+                     .
+                     Feel free to try this library, but take in account
+                     that it's still in development, so it might lack
+                     some features. If you need them, do not hesitate
+                     to ask by opening an issue at the bug-tracker.
+homepage:            https://github.com/Daniel-Diaz/sorted-list/blob/master/README.md
+license:             BSD3
+license-file:        LICENSE
+author:              Daniel Díaz
+maintainer:          dhelta.diaz@gmail.com
+bug-reports:         https://github.com/Daniel-Diaz/sorted-list/issues
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Data.SortedList
+  build-depends:       base >= 4.5 && < 4.11
+  default-language:    Haskell2010
+  ghc-options:         -Wall