hocon 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+2/−22 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +0/−4
- hocon.cabal +2/−18
− app/Main.hs
@@ -1,4 +0,0 @@-module Main where--main :: IO ()-main = return ()
hocon.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7567043c310d763956e8f5920dc86e759017891f2317cffda9b0d5b5a115dc1c+-- hash: 82af7ad22d9205b7edfba1a74c46352dce9e775f053c18845b65eca87f2c909f name: hocon-version: 0.1.0.3+version: 0.1.0.4 synopsis: Small library for typesafe's configuration specification description: Small library for typesafe's configuration specification category: Data@@ -41,22 +41,6 @@ build-depends: MissingH <=1.4.3.0 , base >=4.7 && <5- , hspec- , parsec <=3.1.14.0- , split <=0.2.3.4- default-language: Haskell2010--executable hocon-exe- main-is: Main.hs- other-modules:- Paths_hocon- hs-source-dirs:- app- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- MissingH <=1.4.3.0- , base >=4.7 && <5- , hocon , hspec , parsec <=3.1.14.0 , split <=0.2.3.4