packages feed

Cabal revisions of yi-rope-0.7.0.0

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

revision 1
-name:                yi-rope-version:             0.7.0.0-synopsis:            A rope data structure used by Yi-description:         A rope data structure used by Yi-license:             GPL-2-license-file:        LICENSE-author:              Mateusz Kowalczyk-maintainer:          fuuzetsu@fuuzetsu.co.uk-category:            Yi-build-type:          Simple-cabal-version:       >=1.10--library-  if true-    ghc-options:      -fpedantic-bottoms -fexpose-all-unfoldings -Wall -O2-  if impl(ghc >= 7.8.1)-    ghc-options:      -flate-dmd-anal--  exposed-modules:-    Yi.Rope--  build-depends:-      base >=4.5 && <5-    , binary-    , bytestring-    , charsetdetect-ae >= 1.0.1-    , data-default-    , deepseq-    , fingertree-    , text-    , text-icu--  hs-source-dirs:      src-  default-language:    Haskell2010--test-suite spec-  type:             exitcode-stdio-1.0-  default-language: Haskell2010-  main-is:          Spec.hs-  hs-source-dirs:   test-  ghc-options:      -funbox-strict-fields -Wall -O2-  other-modules:-    Yi.RopeSpec--  build-depends:-      base-    , hspec-    , QuickCheck == 2.*-    , quickcheck-instances-    , text-    , yi-rope--benchmark bench-  type:             exitcode-stdio-1.0-  default-language: Haskell2010-  main-is:          MainBenchmarkSuite.hs-  hs-source-dirs:   bench-  ghc-options:      -funbox-strict-fields -Wall -O2--  build-depends:-      base >=4.5 && <5-    , criterion-    , deepseq-    , yi-rope--source-repository head-  type:     git-  location: https://github.com/yi-editor/yi-rope.git+name:                yi-rope
+version:             0.7.0.0
+x-revision: 1
+synopsis:            A rope data structure used by Yi
+description:         A rope data structure used by Yi
+license:             GPL-2
+license-file:        LICENSE
+author:              Mateusz Kowalczyk
+maintainer:          fuuzetsu@fuuzetsu.co.uk
+category:            Yi
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  if true
+    ghc-options:      -fpedantic-bottoms -fexpose-all-unfoldings -Wall -O2
+  if impl(ghc >= 7.8.1)
+    ghc-options:      -flate-dmd-anal
+
+  exposed-modules:
+    Yi.Rope
+
+  build-depends:
+      base >=4.5 && <4.11
+        -- missing Semigroup instances require GHC <= 8.2
+    , binary
+    , bytestring
+    , charsetdetect-ae >= 1.0.1
+    , data-default
+    , deepseq
+    , fingertree
+    , text
+    , text-icu
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+test-suite spec
+  type:             exitcode-stdio-1.0
+  default-language: Haskell2010
+  main-is:          Spec.hs
+  hs-source-dirs:   test
+  ghc-options:      -funbox-strict-fields -Wall -O2
+  other-modules:
+    Yi.RopeSpec
+
+  build-depends:
+      base
+    , hspec
+    , QuickCheck == 2.*
+    , quickcheck-instances
+    , text
+    , yi-rope
+
+benchmark bench
+  type:             exitcode-stdio-1.0
+  default-language: Haskell2010
+  main-is:          MainBenchmarkSuite.hs
+  hs-source-dirs:   bench
+  ghc-options:      -funbox-strict-fields -Wall -O2
+
+  build-depends:
+      base >=4.5 && <5
+    , criterion
+    , deepseq
+    , yi-rope
+
+source-repository head
+  type:     git
+  location: https://github.com/yi-editor/yi-rope.git