dahdit 0.1.0 → 0.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- dahdit.cabal +4/−4
dahdit.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: dahdit-version: 0.1.0+version: 0.1.1 synopsis: Binary parsing and serialization with integrated size description: Please see the README on GitHub at <https://github.com/ejconlon/dahdit#readme> category: Data@@ -71,7 +71,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie build-depends: base >=4.12 && <5- , bytestring ==0.10.*+ , bytestring >=0.10 && <0.12 , containers ==0.6.* , data-default ==0.7.* , data-sword ==0.2.*@@ -116,7 +116,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5- , bytestring ==0.10.*+ , bytestring >=0.10 && <0.12 , containers ==0.6.* , dahdit , data-default ==0.7.*