|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: split
|
|
|
|
Name: split
|
|
|
|
Version: 0.2.3.3
|
|
|
|
Version: 0.2.3.3
|
|
|
|
x-revision: 1
|
|
|
|
x-revision: 2
|
|
|
|
Stability: stable
|
|
|
|
Stability: stable
|
|
|
|
|
|
|
|
|
|
|
|
Description: A collection of various methods for splitting
|
|
|
|
Description: A collection of various methods for splitting
|
|
|
@ -52,7 +52,7 @@ Source-repository head
|
|
|
|
|
|
|
|
|
|
|
|
Library
|
|
|
|
Library
|
|
|
|
ghc-options: -Wall
|
|
|
|
ghc-options: -Wall
|
|
|
|
build-depends: base <4.13
|
|
|
|
build-depends: base < 4.14
|
|
|
|
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
|
|
|
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
|
|
|
default-language: Haskell2010
|
|
|
|
default-language: Haskell2010
|
|
|
|
Hs-source-dirs: src
|
|
|
|
Hs-source-dirs: src
|
|
|
|