ixset-typed-conversions 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+1/−5 lines, 3 filessetup-changed
Files
- Setup.hs +0/−2
- ixset-typed-conversions.cabal +1/−1
- src/Data/IxSet/Typed/Conversions.hs +0/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
ixset-typed-conversions.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: ixset-typed-conversions-version: 0.1.0.0+version: 0.1.0.1 synopsis: Conversions from ixset-typed to other containers. description: Conversions from ixset-typed to other containers; HashMaps, zippers. category: Data Structures
src/Data/IxSet/Typed/Conversions.hs view
@@ -1,8 +1,6 @@ {-# LANGUAGE ScopedTypeVariables #-} {- | Module : Data.IxSet.Typed.Conversions- Copyright : Copyright (C) 2020 Daniel Firth- Maintainer : Daniel Firth <dan.firth@homotopic.tech License : MIT Stability : experimental