It looks like: http://darcs.haskell.org/non-negative/
might be what you're looking for, but I haven't tested it, so others may know better. /g On Feb 9, 2008 6:09 PM, Tim Chevalier <[EMAIL PROTECTED]> wrote: > Hi all, > > I downloaded the latest version of Haskore from the darcs repo > (http://darcs.haskell.org/haskore/) and am trying to load it in GHCi. > I am using GHC 6.8.1 on Ubuntu 7.04 (Feisty). When I type "make ghci" > in the haskore directory, as the documentation suggests doing, I get > the following output. Does anyone know what library this > Numeric.NonNegative.Wrapper module is part of? Any suggestions? > > Thanks, > Tim > > ------------- "make ghci" output ----------------- > > ghci +RTS -M256m -c30 -RTS -Wall -odirbuild/Linux-i686 > -hidirbuild/Interface -i:src:src/Test src/Media.hs src/Media/List.hs > src/Media/Binary.hs src/Media/Temporal.hs > src/Media/ContextFreeGrammar.lhs src/Medium/Controlled/List.hs > src/Medium/LabeledControlled/List.hs src/Medium/Controlled.hs > src/Medium/Controlled/ContextFreeGrammar.lhs src/Test/Equivalence.lhs > src/Test/Suite.lhs src/Haskore/Basic/Pitch.lhs > src/Haskore/Basic/Duration.lhs src/Haskore/Basic/Tempo.lhs > src/Haskore/Basic/Interval.lhs src/Haskore/Basic/Scale.lhs > src/Haskore/Composition/Trill.lhs src/Haskore/Composition/Chord.lhs > src/Haskore/Composition/ChordType.lhs > src/Haskore/Composition/Drum.lhs src/Haskore/Composition/Rhythm.lhs > src/Haskore/Basic/TimeOrderedList.lhs > src/Haskore/Basic/TimeOrderedListPad.lhs src/Haskore/Basic/Timer.hs > src/Haskore/Basic/Timer/Immediate.hs src/Haskore/Melody.lhs > src/Haskore/Melody/Standard.lhs src/Haskore/Music.lhs > src/Haskore/Music/Standard.lhs src/Haskore/Music/Rhythmic.lhs > src/Haskore/Music/GeneralMIDI.lhs src/Haskore/Performance/Player.lhs > src/Haskore/Performance/BackEnd.lhs > src/Haskore/Performance/Default.lhs src/Haskore/Performance/Fancy.lhs > src/Haskore/Performance.lhs src/Haskore/Performance/Context.hs > src/Haskore/General/Utility.lhs src/Haskore/General/IO.hs > src/Haskore/General/Monad.lhs src/Haskore/General/Map.hs > src/Haskore/General/IdGenerator.lhs > src/Haskore/General/LoopTreeTagged.lhs > src/Haskore/General/LoopTreeRecursive.lhs > src/Haskore/General/LoopTreeTaggedGen.lhs > src/Haskore/General/LoopTreeRecursiveGen.lhs > src/Haskore/Process/Optimization.lhs src/Haskore/Process/Format.lhs > src/Haskore/Interface/MML.lhs src/Haskore/Interface/MED/Text.hs > src/Haskore/Example/Miscellaneous.lhs src/Haskore/Example/Ssf.lhs > src/Haskore/Example/NewResolutions.lhs > src/Haskore/Example/ChildSong6.lhs src/Haskore/Example/Kantate147.hs > src/Haskore/Example/WhiteChristmas.hs src/Haskore/Example/SelfSim.lhs > src/Haskore/Example/Fractal.hs src/Haskore/Example/Flip.hs > src/Haskore/Example/Guitar.lhs src/Haskore/Interface/MIDI.lhs > src/Haskore/Interface/MIDI/InstrumentMap.lhs > src/Haskore/Interface/MIDI/Note.lhs > src/Haskore/Interface/MIDI/Read.lhs > src/Haskore/Interface/MIDI/Write.lhs > src/Haskore/Interface/MIDI/Render.lhs > src/Haskore/Interface/CSound.lhs > src/Haskore/Interface/CSound/Score.lhs > src/Haskore/Interface/CSound/InstrumentMap.lhs > src/Haskore/Interface/CSound/SoundMap.hs > src/Haskore/Interface/CSound/Note.lhs > src/Haskore/Interface/CSound/Generator.lhs > src/Haskore/Interface/CSound/Orchestra.lhs > src/Haskore/Interface/CSound/OrchestraFunction.lhs > src/Haskore/Interface/CSound/Tutorial.lhs > src/Haskore/Interface/AutoTrack/ChartBar.lhs > src/Haskore/Interface/AutoTrack/ChordChart.lhs > src/Haskore/Interface/AutoTrack/ChordSymbol.lhs > src/Haskore/Interface/AutoTrack/EventChart.lhs > src/Haskore/Interface/AutoTrack/Instrument.lhs > src/Haskore/Interface/AutoTrack/ScaleChart.lhs > src/Haskore/Interface/AutoTrack/Style.lhs > src/Haskore/Interface/AutoTrack/Transposeable.lhs > src/Haskore/Interface/SuperCollider/SoundMap.hs > src/Haskore/Interface/SuperCollider/Note.hs > src/Haskore/Interface/SuperCollider/Performance.hs > src/Haskore/Interface/SuperCollider/Channel.hs > src/Haskore/Interface/SuperCollider/Channel/State.hs > src/Haskore/Interface/SuperCollider/Channel/File.hs > src/Haskore/Interface/SuperCollider/Channel/Env.hs > src/Haskore/Interface/SuperCollider/Schedule.hs > src/Haskore/Interface/SuperCollider/Schedule/Install.hs > src/Haskore/Interface/SuperCollider/Schedule/Channel.hs > src/Haskore/Interface/SuperCollider/Render.hs > src/Haskore/Interface/SuperCollider/Play.hs > src/Haskore/Interface/SuperCollider/Play/Install.hs > src/Haskore/Interface/SuperCollider/Play/Channel.hs > src/Haskore/Interface/SuperCollider/Play/Life.hs > src/Haskore/Interface/SuperCollider/Example.hs > src/Haskore/Interface/SuperCollider/Example/Air.hs > src/Haskore/Interface/SuperCollider/Example/Morph.hs > src/Haskore/Basic/Timer/Thread.hs src/Haskore/Interface/MIDI/Play.lhs > src/Haskore/Interface/CSound/Play.lhs > GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help > Loading package base ... linking ... done. > > src/Media/Temporal.hs:3:17: > Could not find module `Numeric.NonNegative.Wrapper': > Use -v to see a list of the files searched for. > Failed, modules loaded: none. > Prelude> > > -- > Tim Chevalier * http://cs.pdx.edu/~tjc * Often in error, never in doubt > "...Today's programmers still work in a world where changing tabs to > spaces leaves them, basically, fucked." -- Scott Rosenberg > _______________________________________________ > haskell-art mailing list > haskell-art@lists.lurk.org > http://lists.lurk.org/mailman/listinfo/haskell-art > -- The man who'd introduced them didn't much like either of them, though he acted as if he did, anxious as he was to preserve good relations at all times. One never knew, after all, now did one now did one now did one. _______________________________________________ haskell-art mailing list haskell-art@lists.lurk.org http://lists.lurk.org/mailman/listinfo/haskell-art